diff options
author | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
commit | 3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /print/LPRng-core | |
parent | b235a79d8801c0bedb11aebddf494c6cd5c60968 (diff) | |
download | pkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.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/Makefile | 16 |
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} |