diff options
-rw-r--r-- | www/mod_auth_mysql/Makefile | 2 | ||||
-rw-r--r-- | www/mod_frontpage2-rtr/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index 722406c784e8..65d4a84658cc 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -30,7 +30,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${PREFIX} \ --with-apxs=${APXS} -.include "${.CURDIR}/../apache2/Makefile.modules.3rd" +.include "${.CURDIR}/../apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) diff --git a/www/mod_frontpage2-rtr/Makefile b/www/mod_frontpage2-rtr/Makefile index 2238a162dd6b..0d82cde50708 100644 --- a/www/mod_frontpage2-rtr/Makefile +++ b/www/mod_frontpage2-rtr/Makefile @@ -27,7 +27,7 @@ USE_REINPLACE= yes WANT_APACHE?= 2 .include <bsd.port.pre.mk> -.include "${.CURDIR}/../apache2/Makefile.modules.3rd" +.include "${.CURDIR}/../apache20/Makefile.modules.3rd" .include "${.CURDIR}/../frontpage/Makefile.fp.common" .ifdef WITH_APACHE2 |