aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2006-01-15 16:56:50 +0800
committerclement <clement@FreeBSD.org>2006-01-15 16:56:50 +0800
commitc211b6019bbaa9cef43c434b9e5683abab4ea2ce (patch)
treeee16c5a66983bf4e1ff7692d19e1fceb225f1092 /www
parentfdfe1882b879e6da46e4db6e53b7781e30911168 (diff)
downloadfreebsd-ports-gnome-c211b6019bbaa9cef43c434b9e5683abab4ea2ce.tar.gz
freebsd-ports-gnome-c211b6019bbaa9cef43c434b9e5683abab4ea2ce.tar.zst
freebsd-ports-gnome-c211b6019bbaa9cef43c434b9e5683abab4ea2ce.zip
- Moving Makefile.modules before b.p.pre.mk leads to weird results.
First problem spotted by: leafy <leafy@leafy.idv.tw>
Diffstat (limited to 'www')
-rw-r--r--www/apache22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index fe906847c251..5c6ae2c0af3a 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -127,10 +127,10 @@ CONFIGURE_ARGS+= --with-ldap \
--with-ldap-include="${LOCALBASE}/include"
.endif
-.include "${APACHEDIR}/Makefile.doc"
-.include "${APACHEDIR}/Makefile.modules"
.include <bsd.port.pre.mk>
+.include "${APACHEDIR}/Makefile.doc"
+.include "${APACHEDIR}/Makefile.modules"
.if defined(WITH_APR_FROM_PORTS)
PLIST_SUB+= APR_PORTS="@comment "