diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-23 21:36:01 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-23 21:36:01 +0000 |
commit | 15676c6b1781a8f9a0f20fdd5f7793440a5bc6a5 (patch) | |
tree | 31278eb816cccaba0bc7960453bae11d0bc6fc6d /print | |
parent | 9197171ddb2f39262d762c30922f8c9ecdaa2755 (diff) | |
download | pkgsrc-15676c6b1781a8f9a0f20fdd5f7793440a5bc6a5.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/LPRng-core/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile index e7695759d58..77dab154872 100644 --- a/print/LPRng-core/Makefile +++ b/print/LPRng-core/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2005/06/01 18:51:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/23 21:36:01 kristerw Exp $ DISTNAME= LPRng-3.8.28 PKGNAME= LPRng-core-3.8.28 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.lprng.com/pub/LPRng/LPRng/ \ http://www.lprng.com/DISTRIB/LPRng/ \ @@ -14,7 +15,7 @@ COMMENT= Enhanced Printer Spooler CONFLICTS+= cups-[0-9]* -USE_TOOLS+= gmake +USE_TOOLS+= chgrp chown gmake USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes @@ -25,6 +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+= ac_cv_path_CHGRP="${TOOLS_CHGRP}" +CONFIGURE_ENV+= ac_cv_path_CHOWN="${TOOLS_CHOWN}" .include "options.mk" |