summaryrefslogtreecommitdiff
path: root/graphics/xpaint/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commit472dafdd2e1560bc21a20b89efd58a911dc44409 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /graphics/xpaint/Makefile
parent55a30558d8942bf85417fab3ed26bec7a7c3aae6 (diff)
downloadpkgsrc-472dafdd2e1560bc21a20b89efd58a911dc44409.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r--graphics/xpaint/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index 00857315458..56408cf4b21 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2005/09/06 14:53:36 adam Exp $
+# $NetBSD: Makefile,v 1.52 2005/12/05 20:50:23 rillig Exp $
DISTNAME= xpaint-2.7.8
CATEGORIES= graphics x11
@@ -11,10 +11,10 @@ COMMENT= Simple paint program
USE_IMAKE= yes
USE_TOOLS+= gmake
-MAKE_ENV+= XMKMF="${XMKMF}"
+MAKE_ENV+= XMKMF=${XMKMF:Q}
BUILD_TARGET= xaw3dg
-SUBST_CLASSES= foo
+SUBST_CLASSES+= foo
SUBST_STAGE.foo= pre-configure
SUBST_FILES.foo= Local.config configure
SUBST_SED.foo= -e "s|@LOCALBASE@|${LOCALBASE}|g" \