diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 09:08:42 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 09:08:42 +0000 |
commit | 4ed1aa0f177fa71d1716b4d3b1d5660b4b5daa89 (patch) | |
tree | 12a74ab49795043d100a6d79012cb64774c5d34b | |
parent | Upgrade to 2.7.6. (diff) |
- Fix INDEX build
pointy hat to: clement
Notes
Notes:
svn path=/head/; revision=150354
-rw-r--r-- | www/apache20/Makefile.modules.3rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache20/Makefile.modules.3rd b/www/apache20/Makefile.modules.3rd index 48a9aa53b1d4..1f9c8c946761 100644 --- a/www/apache20/Makefile.modules.3rd +++ b/www/apache20/Makefile.modules.3rd @@ -65,7 +65,7 @@ APXS_PREFIX= ${APXS:S/\/sbin\/apxs//} .if defined(WITH_APACHE2) AP_BUILDEXT= la PLIST_SUB+= APACHEMODDIR="libexec/apache2" -APACHE_PORT= www/apache2 +APACHE_PORT= www/apache20 AP_VER= 2 .else AP_BUILDEXT= so |