diff options
author | clement <clement@FreeBSD.org> | 2006-01-15 16:56:50 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2006-01-15 16:56:50 +0800 |
commit | c211b6019bbaa9cef43c434b9e5683abab4ea2ce (patch) | |
tree | ee16c5a66983bf4e1ff7692d19e1fceb225f1092 /www | |
parent | fdfe1882b879e6da46e4db6e53b7781e30911168 (diff) | |
download | freebsd-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/Makefile | 4 |
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 " |