From 71474860be20c9d0ef25a42e396900ac7d43cefc Mon Sep 17 00:00:00 2001 From: kristerw Date: Mon, 20 Jun 2005 15:52:47 +0000 Subject: Prevent paths to the build directories from being included in the package. Bump PKGREVISION. --- print/apsfilter/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'print/apsfilter') 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 \ -- cgit v1.2.3