summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
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 /x11/gnome-libs
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 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 8210f1c0077..1b7aee48384 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2005/06/01 18:03:28 jlam Exp $
+# $NetBSD: Makefile,v 1.111 2005/12/05 20:51:16 rillig Exp $
DISTNAME= gnome-libs-1.4.2
PKGREVISION= 4
@@ -22,13 +22,13 @@ CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
--enable-gtk-doc=no \
--with-html-dir=${PREFIX}/share/doc/html \
--with-kde-datadir=${X11PREFIX}/share/kde
-CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
+CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
CONFIGURE_ENV+= ${CONFIGURE_ENV.db-${BDB_TYPE}}
USE_PKGLOCALEDIR= YES
LOCALSTATEDIR= ${VARBASE}/gnome
-PLIST_SUBST+= LOCALSTATEDIR=${LOCALSTATEDIR}
+PLIST_SUBST+= LOCALSTATEDIR=${LOCALSTATEDIR:Q}
SUBST_CLASSES+= varbase
SUBST_MESSAGE.varbase= "Fixing path to score files."