pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/mypaint style fix, from wiz@
details: https://anonhg.NetBSD.org/pkgsrc/rev/865f918e19d1
branches: trunk
changeset: 327517:865f918e19d1
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Jan 02 23:48:41 2019 +0000
description:
style fix, from wiz@
diffstat:
graphics/mypaint/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 233dc5d9dcb7 -r 865f918e19d1 graphics/mypaint/Makefile
--- a/graphics/mypaint/Makefile Wed Jan 02 21:37:07 2019 +0000
+++ b/graphics/mypaint/Makefile Wed Jan 02 23:48:41 2019 +0000
@@ -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 @@
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