summaryrefslogtreecommitdiff
path: root/graphics/gimp1-base
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commitb4f920543059af038598712771c3211999ef42a6 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /graphics/gimp1-base
parent5bf026ec112f405b514a2d69a72e10fa92c4c524 (diff)
downloadpkgsrc-b4f920543059af038598712771c3211999ef42a6.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/gimp1-base')
-rw-r--r--graphics/gimp1-base/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp1-base/Makefile b/graphics/gimp1-base/Makefile
index 49681f1ac31..2c3ec2ce205 100644
--- a/graphics/gimp1-base/Makefile
+++ b/graphics/gimp1-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/10/23 18:58:30 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2005/12/05 20:50:20 rillig Exp $
#
DISTNAME= gimp-1.2.5
@@ -41,8 +41,8 @@ CONFIGURE_ENV+= GAP_DECODE_MPEG="gap_decode_mpeg"
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
-MAKE_ENV+= X11BASE=${X11BASE}
-PLIST_SUBST+= LOCALBASE=${LOCALBASE}
+MAKE_ENV+= X11BASE=${X11BASE:Q}
+PLIST_SUBST+= LOCALBASE=${LOCALBASE:Q}
.include "options.mk"