summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-06-20 15:52:47 +0000
committerkristerw <kristerw@pkgsrc.org>2005-06-20 15:52:47 +0000
commitedc7c691f2565b6a11c1fa4b3d159a4b29ba9f7f (patch)
tree2a5108a2f3efc1ffe525ed43cf2407c65dbdb302 /print
parent7a970e790f37d4c62e37853835eb2368b1e22e75 (diff)
downloadpkgsrc-edc7c691f2565b6a11c1fa4b3d159a4b29ba9f7f.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index 0996481f95a..ffbde15dab1 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2005/06/17 04:49:48 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/06/20 15:52:47 kristerw Exp $
#
DISTNAME= apsfilter-7.2.5
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
@@ -21,10 +22,12 @@ WRKSRC= ${WRKDIR}/apsfilter
HAS_CONFIGURE= YES
USE_BZIP2= YES
USE_PKGINSTALL= YES
+USE_TOOLS+= awk
CONFIGURE_ARGS+=--prefix=${PREFIX}
CONFIGURE_ARGS+=--with-shell=${SH}
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=--with-awk="${TOOLS_AWK}"
PKG_SYSCONFSUBDIR?= apsfilter
CONF_FILES= ${PREFIX}/share/apsfilter/template/apsfilterrc \