aboutsummaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-01-14 15:09:26 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-01-14 15:09:26 +0000
commite40c46e6b2485d27f12d93dffa6058c6fd546dd4 (patch)
treede553ca3ad2bb6ff6032957aa27de2b41213b435 /lang/php4
parentd8781cfc578653dccdc64620775200a6b85256f1 (diff)
downloadports-e40c46e6b2485d27f12d93dffa6058c6fd546dd4.tar.gz
ports-e40c46e6b2485d27f12d93dffa6058c6fd546dd4.zip
Notes
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 507ff908739c..7a3a04e19d74 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -534,7 +534,7 @@ APACHE_MPM!= ${APXS} -q MPM_NAME
.endif
.if defined(WITH_APACHE2)
APACHE_MPM?= ${WITH_MPM}
-APACHE_PORT?= www/apache2
+APACHE_PORT= www/apache2
CONFIGURE_ARGS+=--with-apxs2=${APXS}
SAPI_FILE= libexec/apache2/libphp4.so
.if ${APACHE_MPM} == "worker"