diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 00:18:15 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 00:18:15 +0000 |
commit | 05684b80dd9f4d8c5476c1d6e62071a324b34c20 (patch) | |
tree | 01d8d1db8758fd8bcaa69e038bc69e689bcabfa4 /www/suphp | |
parent | fa7483a9eea716cfdfbe1daade35d20b8893880e (diff) | |
download | ports-05684b80dd9f4d8c5476c1d6e62071a324b34c20.tar.gz ports-05684b80dd9f4d8c5476c1d6e62071a324b34c20.zip |
Notes
Diffstat (limited to 'www/suphp')
-rw-r--r-- | www/suphp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile index 4d715d38d3ec..4bb44e4937e6 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --with-setid-mode=${WITH_SETID_MODE} .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/apache2/apr.h) || defined(WITH_APACHE2) -APACHE_PORT= www/apache2 +APACHE_PORT= www/apache20 PLIST_SUB+= MODULEDIR="libexec/apache2/" .else PLIST_SUB+= MODULEDIR="libexec/apache/" |