diff options
author | Clement Laforet <clement@FreeBSD.org> | 2006-01-15 08:56:50 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2006-01-15 08:56:50 +0000 |
commit | 09606c5f794885539459cfd266edbc11884acc3d (patch) | |
tree | 37c389b7b036b2313cb8d437b8c7bde54e6848bb /www/apache22 | |
parent | 57f839d1ae4b5f744f1e2e5ae8a53bc5d234ea72 (diff) | |
download | ports-09606c5f794885539459cfd266edbc11884acc3d.tar.gz ports-09606c5f794885539459cfd266edbc11884acc3d.zip |
Notes
Diffstat (limited to 'www/apache22')
-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 " |