summaryrefslogtreecommitdiff
path: root/print/gimp-print-cups
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /print/gimp-print-cups
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'print/gimp-print-cups')
-rw-r--r--print/gimp-print-cups/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gimp-print-cups/Makefile b/print/gimp-print-cups/Makefile
index 9c877cd2e3d..84d5b0142cf 100644
--- a/print/gimp-print-cups/Makefile
+++ b/print/gimp-print-cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:27 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/12/05 23:55:16 rillig Exp $
DISTNAME= gimp-print-4.2.7
PKGNAME= gimp-print-cups-4.2.7
@@ -15,10 +15,10 @@ USE_LIBTOOL= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-escputil=no --enable-libgimpprint=no
-CONFIGURE_ARGS+= --with-cups=${PREFIX}
+CONFIGURE_ARGS+= --with-cups=${PREFIX:Q}
CONFIGURE_ARGS+= --without-samples --without-user-guide
CONFIGURE_ARGS+= --without-gimp --without-translated-ppds
-CONFIGURE_ARGS+= --sysconfdir=${EGDIR}
+CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q}
PKG_SYSCONFSUBDIR= cups
EGDIR= ${PREFIX}/share/examples/cups