diff options
author | clement <clement@FreeBSD.org> | 2004-11-13 22:47:29 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-11-13 22:47:29 +0800 |
commit | c620a504402a417ae44cc2f72c42c43dacf73c79 (patch) | |
tree | 337a8fbee7fc617d98e31bdd54ff40914d6473df /www/mod_chroot/Makefile | |
parent | 1b9dcad3a0c31876e9e5aafdb50fef714fa1966b (diff) | |
download | freebsd-ports-graphics-c620a504402a417ae44cc2f72c42c43dacf73c79.tar.gz freebsd-ports-graphics-c620a504402a417ae44cc2f72c42c43dacf73c79.tar.zst freebsd-ports-graphics-c620a504402a417ae44cc2f72c42c43dacf73c79.zip |
- Update to 0.3.
This release add apache2 support. Please read README.Apache20 for more details.
Diffstat (limited to 'www/mod_chroot/Makefile')
-rw-r--r-- | www/mod_chroot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_chroot/Makefile b/www/mod_chroot/Makefile index 9257031201c..40fd8c3d342 100644 --- a/www/mod_chroot/Makefile +++ b/www/mod_chroot/Makefile @@ -6,15 +6,14 @@ # PORTNAME= mod_chroot -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= www MASTER_SITES= http://core.segfault.pl/~hobbit/mod_chroot/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= The mod_chroot makes running Apache in a chroot easy -PORTDOCS= INSTALL EAPI CAVEATS -WANT_APACHE= 13 +PORTDOCS= INSTALL EAPI CAVEATS README.Apache20 README AP_FAST_BUILD= YES AP_GENPLIST= YES |