diff options
Diffstat (limited to 'print/LPRng-core/Makefile')
-rw-r--r-- | print/LPRng-core/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile index ab465dcc529..7f1b573ce45 100644 --- a/print/LPRng-core/Makefile +++ b/print/LPRng-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/06/24 19:05:48 kristerw Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/05 20:50:52 rillig Exp $ DISTNAME= LPRng-3.8.28 PKGNAME= LPRng-core-3.8.28 @@ -26,8 +26,8 @@ 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_ENV+= CHGRP="${TOOLS_CHGRP}" -CONFIGURE_ENV+= CHOWN="${TOOLS_CHOWN}" +CONFIGURE_ENV+= CHGRP=${TOOLS_CHGRP:Q} +CONFIGURE_ENV+= CHOWN=${TOOLS_CHOWN:Q} .include "options.mk" @@ -48,7 +48,7 @@ INSTALL_FILE= ${WRKDIR}/INSTALL USE_PKGINSTALL= YES RCD_SCRIPTS= LPRng -FILES_SUBST= CAT=${CAT:Q} +FILES_SUBST+= CAT=${CAT:Q} FILES_SUBST+= CHMOD=${CHMOD:Q} FILES_SUBST+= CMP=${CMP:Q} FILES_SUBST+= CP=${CP:Q} |