aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-12-04 18:24:43 +0800
committerclement <clement@FreeBSD.org>2005-12-04 18:24:43 +0800
commit79a07493defa71cd025c635b070d5d9ed733b8b0 (patch)
tree9a5415f9dea8ca6bf0714a9124b8a0c60625a631 /www
parentbff65793031c6eee335c6b152dd3604365eee06f (diff)
downloadfreebsd-ports-gnome-79a07493defa71cd025c635b070d5d9ed733b8b0.tar.gz
freebsd-ports-gnome-79a07493defa71cd025c635b070d5d9ed733b8b0.tar.zst
freebsd-ports-gnome-79a07493defa71cd025c635b070d5d9ed733b8b0.zip
- oops. I missed some ${.CURDIR}../apache2/ .include
Diffstat (limited to 'www')
-rw-r--r--www/mod_auth_mysql/Makefile2
-rw-r--r--www/mod_frontpage2-rtr/Makefile2
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