summaryrefslogtreecommitdiff
path: root/print/apsfilter/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2005-10-22 11:46:27 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2005-10-22 11:46:27 +0000
commitd0726c7bf8f5a02f1686ea21c688a809671dcef6 (patch)
tree21aabce027455fbe2a59cb138c421a92c489d242 /print/apsfilter/Makefile
parent- Update to 5.67 (diff)
Make apsfilter prefix clean by setting CONFIGURE_ARGS.
Wrongly thought HAS_CONFIGURE variable at least hands over PREFIX. Bumped port revision. Submitted by: pointyhat (kris)
Notes
Notes: svn path=/head/; revision=146114
Diffstat (limited to 'print/apsfilter/Makefile')
-rw-r--r--print/apsfilter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index ae70138171c7..111531c61429 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= apsfilter
PORTVERSION= 7.2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
@@ -129,6 +129,7 @@ HAS_CONFIGURE= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/apsfilter
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" GHOSTSCRIPT_PORT="${GHOSTSCRIPT_PORT}"
+CONFIGURE_ARGS= --prefix=${PREFIX}
pre-everything::
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes