diff options
author | Clement Laforet <clement@FreeBSD.org> | 2006-05-10 20:15:35 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2006-05-10 20:15:35 +0000 |
commit | 34825e83c2256b3fa3b2f7a3d0f21067ad9e2e99 (patch) | |
tree | 8e92ecf8d8396d8596c373332864afbbf92a57c4 /www/mod_chroot | |
parent | b4ebe24c7dff31d3a0cf748f442fd140eb57e19b (diff) | |
download | ports-34825e83c2256b3fa3b2f7a3d0f21067ad9e2e99.tar.gz ports-34825e83c2256b3fa3b2f7a3d0f21067ad9e2e99.zip |
Notes
Diffstat (limited to 'www/mod_chroot')
-rw-r--r-- | www/mod_chroot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_chroot/Makefile b/www/mod_chroot/Makefile index 3c7eeb3bb2d6..3ea9b34cbc09 100644 --- a/www/mod_chroot/Makefile +++ b/www/mod_chroot/Makefile @@ -16,12 +16,12 @@ COMMENT= The mod_chroot makes running Apache in a chroot easy PORTDOCS= INSTALL CAVEATS README.Apache20 README AP_FAST_BUILD= YES AP_GENPLIST= YES +USE_APACHE= 13+ + -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |