summaryrefslogtreecommitdiff
path: root/print/LPRng-core
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/LPRng-core
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'print/LPRng-core')
-rw-r--r--print/LPRng-core/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile
index 7f1b573ce45..c389dcdd9ac 100644
--- a/print/LPRng-core/Makefile
+++ b/print/LPRng-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/12/05 20:50:52 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2005/12/05 23:55:16 rillig Exp $
DISTNAME= LPRng-3.8.28
PKGNAME= LPRng-core-3.8.28
@@ -19,13 +19,13 @@ USE_TOOLS+= chgrp chown gmake
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --with-lpd_perms_path="${LPD_PERMS_PATH}"
-CONFIGURE_ARGS+= --with-lpd_printcap_path="${LPD_PRINTCAP_PATH}"
-CONFIGURE_ARGS+= --with-printcap_path="${PRINTCAP_PATH}"
-CONFIGURE_ARGS+= --with-filterdir="${FILTER_DIR}"
-CONFIGURE_ARGS+= --with-filter_path="${FILTER_PATH}"
-CONFIGURE_ARGS+= --with-ld_library_path="${FILTER_LD_PATH}"
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --with-lpd_perms_path=${LPD_PERMS_PATH:Q}
+CONFIGURE_ARGS+= --with-lpd_printcap_path=${LPD_PRINTCAP_PATH:Q}
+CONFIGURE_ARGS+= --with-printcap_path=${PRINTCAP_PATH:Q}
+CONFIGURE_ARGS+= --with-filterdir=${FILTER_DIR:Q}
+CONFIGURE_ARGS+= --with-filter_path=${FILTER_PATH:Q}
+CONFIGURE_ARGS+= --with-ld_library_path=${FILTER_LD_PATH:Q}
CONFIGURE_ENV+= CHGRP=${TOOLS_CHGRP:Q}
CONFIGURE_ENV+= CHOWN=${TOOLS_CHOWN:Q}