aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-12-04 08:44:14 +0800
committerclement <clement@FreeBSD.org>2005-12-04 08:44:14 +0800
commit7698b847e88bad1972097dd85bc0789fb05c44e6 (patch)
treed65d2eeee61b0895059bf9c5d78842d502f67984 /www
parent5ba379b73475cbb9d753bfa3c080a0cf7408d929 (diff)
downloadfreebsd-ports-gnome-7698b847e88bad1972097dd85bc0789fb05c44e6.tar.gz
freebsd-ports-gnome-7698b847e88bad1972097dd85bc0789fb05c44e6.tar.zst
freebsd-ports-gnome-7698b847e88bad1972097dd85bc0789fb05c44e6.zip
- Fix future INDEX build failure
Reported by: FreshPorts Sanity Daemon Special thanks to: dvl
Diffstat (limited to 'www')
-rw-r--r--www/mod_bw/Makefile2
-rw-r--r--www/mod_curb/Makefile2
-rw-r--r--www/mod_vhost_ldap/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_bw/Makefile b/www/mod_bw/Makefile
index d34f9f53402c..228593b69e51 100644
--- a/www/mod_bw/Makefile
+++ b/www/mod_bw/Makefile
@@ -24,7 +24,7 @@ SRC_FILE= bw_mod-0.6.c
PORTDOCS= APACHE2-LICENSE LICENSE bw_mod-0.6.txt
.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/apache200/Makefile.modules.3rd"
+.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && \
diff --git a/www/mod_curb/Makefile b/www/mod_curb/Makefile
index 30a1bcc6c1fb..3dd83b19c7ff 100644
--- a/www/mod_curb/Makefile
+++ b/www/mod_curb/Makefile
@@ -22,7 +22,7 @@ AP_GENPLIST= YES
PORTDOCS= README
.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/apache200/Makefile.modules.3rd"
+.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
@${MKDIR} ${DOCSDIR}
diff --git a/www/mod_vhost_ldap/Makefile b/www/mod_vhost_ldap/Makefile
index 3b19e4e993ae..386c850b38d2 100644
--- a/www/mod_vhost_ldap/Makefile
+++ b/www/mod_vhost_ldap/Makefile
@@ -31,7 +31,7 @@ IGNORE= Requires support of LDAP in apache 2.0.x port
.endif
.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/apache200/Makefile.modules.3rd"
+.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}