pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/mypaint



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Jan  2 23:48:41 UTC 2019

Modified Files:
        pkgsrc/graphics/mypaint: Makefile

Log Message:
style fix, from wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/mypaint/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/mypaint/Makefile
diff -u pkgsrc/graphics/mypaint/Makefile:1.36 pkgsrc/graphics/mypaint/Makefile:1.37
--- pkgsrc/graphics/mypaint/Makefile:1.36       Wed Jan  2 21:06:23 2019
+++ pkgsrc/graphics/mypaint/Makefile    Wed Jan  2 23:48:41 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2019/01/02 21:06:23 tnn Exp $
+# $NetBSD: Makefile,v 1.37 2019/01/02 23:48:41 tnn Exp $
 
 DISTNAME=      mypaint-1.2.1
 PKGREVISION=   2
@@ -35,9 +35,9 @@ LDFLAGS+=     -lintl
 
 REPLACE_BASH=                  brushes/label-brush-mypaint.sh
 
-SCONS_ARGS+=   enable_profiling=False  \
-               enable_openmp=False     \
-               prefix=${DESTDIR}${PREFIX}
+SCONS_ARGS+=   enable_profiling=False
+SCONS_ARGS+=   enable_openmp=False
+SCONS_ARGS+=   prefix=${DESTDIR}${PREFIX}
 
 do-build:
        ${LN} -sf ${PREFIX}/bin/swig2.0 \



Home | Main Index | Thread Index | Old Index