diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-28 08:16:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-28 08:16:57 +0800 |
commit | e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1 (patch) | |
tree | abfd68b8753cc6bcc11cad568d57d71208cdb0a1 /www/fpc-httpd22 | |
parent | 2fccfa036a74a77e0a84b9a95a8306f1181f4d25 (diff) | |
download | freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.gz freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.zst freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.zip |
Stage support
Diffstat (limited to 'www/fpc-httpd22')
-rw-r--r-- | www/fpc-httpd22/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/fpc-httpd22/Makefile b/www/fpc-httpd22/Makefile index 6fcd8402de57..7aa0f5b2d936 100644 --- a/www/fpc-httpd22/Makefile +++ b/www/fpc-httpd22/Makefile @@ -12,10 +12,11 @@ USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} +EXTRACTUNITDIR= ${WRKUNITDIR} OPTIONS_DEFINE= APACHE22 APACHE22_DESC= Install apache22 server -NO_STAGE= yes +APACHE22_USE= APACHE=22 + .include "${MASTERDIR}/Makefile" |