summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-20 15:52:47 +0000
committerkristerw <kristerw>2005-06-20 15:52:47 +0000
commit504e7ce166c62c128e6488444b281ac772dfcd83 (patch)
tree2a5108a2f3efc1ffe525ed43cf2407c65dbdb302 /print
parent43617e4fa296a9c00350f168ce4471a4cf2004f1 (diff)
downloadpkgsrc-504e7ce166c62c128e6488444b281ac772dfcd83.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 \