diff options
author | kristerw <kristerw> | 2005-06-20 15:52:47 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-20 15:52:47 +0000 |
commit | 71474860be20c9d0ef25a42e396900ac7d43cefc (patch) | |
tree | 2a5108a2f3efc1ffe525ed43cf2407c65dbdb302 /print | |
parent | 6d4e4f84c5e4efd709d95576866c5faee3bec351 (diff) | |
download | pkgsrc-71474860be20c9d0ef25a42e396900ac7d43cefc.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/Makefile | 5 |
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 \ |