diff options
author | clement <clement@FreeBSD.org> | 2005-12-04 08:18:15 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-04 08:18:15 +0800 |
commit | 8e6ecba4d16ddb8c6e68608e737e36eb80758348 (patch) | |
tree | 29bec93e92d38e45ddc182dce3cba71a49e2cbbf /lang | |
parent | 2bd4d4d7e5c006f7eade851e661d16354e33b8b0 (diff) | |
download | freebsd-ports-graphics-8e6ecba4d16ddb8c6e68608e737e36eb80758348.tar.gz freebsd-ports-graphics-8e6ecba4d16ddb8c6e68608e737e36eb80758348.tar.zst freebsd-ports-graphics-8e6ecba4d16ddb8c6e68608e737e36eb80758348.zip |
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index cfe25a152aa..8abd4e26b7c 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -131,7 +131,7 @@ APACHE_MPM!= ${APXS} -q MPM_NAME .endif .if defined(WITH_APACHE2) APACHE_MPM?= ${WITH_MPM} -APACHE_PORT= www/apache2 +APACHE_PORT= www/apache20 CONFIGURE_ARGS+=--with-apxs2=${APXS} SAPI_FILE= libexec/apache2/libphp4.so .if ${APACHE_MPM} == "worker" diff --git a/lang/php5/Makefile b/lang/php5/Makefile index b8c64b12ed6..77c8c1e5e79 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -128,7 +128,7 @@ APACHE_MPM!= ${APXS} -q MPM_NAME .endif .if defined(WITH_APACHE2) APACHE_MPM?= ${WITH_MPM} -APACHE_PORT= www/apache2 +APACHE_PORT= www/apache20 CONFIGURE_ARGS+=--with-apxs2=${APXS} SAPI_FILE= libexec/apache2/libphp5.so .if ${APACHE_MPM} == "worker" diff --git a/lang/php53/Makefile b/lang/php53/Makefile index b8c64b12ed6..77c8c1e5e79 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -128,7 +128,7 @@ APACHE_MPM!= ${APXS} -q MPM_NAME .endif .if defined(WITH_APACHE2) APACHE_MPM?= ${WITH_MPM} -APACHE_PORT= www/apache2 +APACHE_PORT= www/apache20 CONFIGURE_ARGS+=--with-apxs2=${APXS} SAPI_FILE= libexec/apache2/libphp5.so .if ${APACHE_MPM} == "worker" |