summaryrefslogtreecommitdiff
path: root/print/enscript
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /print/enscript
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'print/enscript')
-rw-r--r--print/enscript/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile
index 4fd155644af..ef879a9021f 100644
--- a/print/enscript/Makefile
+++ b/print/enscript/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/05/22 20:08:27 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2005/12/05 23:55:16 rillig Exp $
#
DISTNAME= enscript-1.6.3
@@ -17,14 +17,14 @@ USE_PKGLOCALEDIR= yes
USE_PKGINSTALL= yes
USE_TOOLS+= gmake
-CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/enscript
CONF_FILES= ${EGDIR}/enscript.cfg ${PKG_SYSCONFDIR}/enscript.cfg
.include "../../mk/bsd.prefs.mk"
.if defined(PAPERSIZE)
-CONFIGURE_ARGS+=--with-media="${PAPERSIZE}"
+CONFIGURE_ARGS+=--with-media=${PAPERSIZE:Q}
.endif
.include "../../devel/gettext-lib/buildlink3.mk"