aboutsummaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2006-01-15 08:56:50 +0000
committerClement Laforet <clement@FreeBSD.org>2006-01-15 08:56:50 +0000
commit09606c5f794885539459cfd266edbc11884acc3d (patch)
tree37c389b7b036b2313cb8d437b8c7bde54e6848bb /www/apache22
parent57f839d1ae4b5f744f1e2e5ae8a53bc5d234ea72 (diff)
downloadports-09606c5f794885539459cfd266edbc11884acc3d.tar.gz
ports-09606c5f794885539459cfd266edbc11884acc3d.zip
- Moving Makefile.modules before b.p.pre.mk leads to weird results.
First problem spotted by: leafy <leafy@leafy.idv.tw>
Notes
Notes: svn path=/head/; revision=153545
Diffstat (limited to 'www/apache22')
-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 "