summaryrefslogtreecommitdiff
path: root/graphics/gimp1-base
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /graphics/gimp1-base
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.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"