diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-25 20:17:37 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-25 20:17:37 +0000 |
commit | 335f8cb35dd36e692a9ce203d40fe51d20a91902 (patch) | |
tree | 3990cbde7632e9eec02627fd861d5429bf51dae9 /Mk | |
parent | 3425efcfd407a2d46781e373a6e8d9b22fcbd717 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.apache.mk | 5 |
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} |