aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-25 20:17:37 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-25 20:17:37 +0000
commit335f8cb35dd36e692a9ce203d40fe51d20a91902 (patch)
tree3990cbde7632e9eec02627fd861d5429bf51dae9 /Mk
parent3425efcfd407a2d46781e373a6e8d9b22fcbd717 (diff)
downloadports-335f8cb35dd36e692a9ce203d40fe51d20a91902.tar.gz
ports-335f8cb35dd36e692a9ce203d40fe51d20a91902.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.apache.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk
index b8cd6d68c4cd..33b18d458f05 100644
--- a/Mk/bsd.apache.mk
+++ b/Mk/bsd.apache.mk
@@ -302,7 +302,10 @@ ${VAR} =${AP${APACHE_VERSION}_${VAR}}
. endif
.endfor
-PKGNAMEPREFIX?= ap${APACHE_VERSION}-
+APACHE_PKGNAMEPREFIX= $ap${APACHE_VERSION}-
+.if defined(AP_FAST_BUILD)
+PKGNAMEPREFIX?= ${APACHE_PKGNAMEPREFIX}
+.endif
BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT}
RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT}