diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2005-10-22 11:46:27 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2005-10-22 11:46:27 +0000 |
commit | d0726c7bf8f5a02f1686ea21c688a809671dcef6 (patch) | |
tree | 21aabce027455fbe2a59cb138c421a92c489d242 /print | |
parent | db21281935e023aafe9549b7af68f8f14e0ebd5e (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')
-rw-r--r-- | print/apsfilter/Makefile | 3 |
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 |