summaryrefslogtreecommitdiff
path: root/print/LPRng-core
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-06-23 21:36:01 +0000
committerkristerw <kristerw@pkgsrc.org>2005-06-23 21:36:01 +0000
commitbd287a3782b4cb9a44e480a7a2f16d0da9314d97 (patch)
tree31278eb816cccaba0bc7960453bae11d0bc6fc6d /print/LPRng-core
parent9768a1614a0fa0cfd38eccee14b3ef18a743ade9 (diff)
downloadpkgsrc-bd287a3782b4cb9a44e480a7a2f16d0da9314d97.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'print/LPRng-core')
-rw-r--r--print/LPRng-core/Makefile7
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"