diff options
author | clement <clement@FreeBSD.org> | 2006-05-11 04:15:35 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2006-05-11 04:15:35 +0800 |
commit | f0f7a6373e39c71fbf6a89e63a79ca511cbdf5e3 (patch) | |
tree | 48c662eb4fd802badba00fff16470bbed8c03de8 /www | |
parent | 9cd5aa5dadc5afe4af41168fd72979cdcc2e6c9f (diff) | |
download | freebsd-ports-gnome-f0f7a6373e39c71fbf6a89e63a79ca511cbdf5e3.tar.gz freebsd-ports-gnome-f0f7a6373e39c71fbf6a89e63a79ca511cbdf5e3.tar.zst freebsd-ports-gnome-f0f7a6373e39c71fbf6a89e63a79ca511cbdf5e3.zip |
- Convert to USE_APACHE and fix install with apache 2.2
PR: ports/97077
Reported by: Geraint Edwards <gedge-oss@yadn.org>
Diffstat (limited to 'www')
-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> |