diff options
-rw-r--r-- | www/mod_bw/Makefile | 2 | ||||
-rw-r--r-- | www/mod_curb/Makefile | 2 | ||||
-rw-r--r-- | www/mod_vhost_ldap/Makefile | 2 |
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} |