diff options
author | ache <ache@FreeBSD.org> | 2000-01-25 01:58:28 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-01-25 01:58:28 +0800 |
commit | 0b5749b1405c17caa505e4d8bf8dcfaddba41775 (patch) | |
tree | 39a91e8c742bc75a805179cddbf441284984c1ea /www/apache21/Makefile | |
parent | 86824928f484015ec5f70d05ed98d190a02369f2 (diff) | |
download | freebsd-ports-gnome-0b5749b1405c17caa505e4d8bf8dcfaddba41775.tar.gz freebsd-ports-gnome-0b5749b1405c17caa505e4d8bf8dcfaddba41775.tar.zst freebsd-ports-gnome-0b5749b1405c17caa505e4d8bf8dcfaddba41775.zip |
upgrade to 1.3.11
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r-- | www/apache21/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 489167c6f15b..22b1e3d287e5 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= apache_1.3.9 -PKGNAME= apache-1.3.9 +DISTNAME= apache_1.3.11 +PKGNAME= apache-1.3.11 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ @@ -36,6 +36,7 @@ Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 HAS_CONFIGURE= yes CONFIGURE_ARGS= \ --prefix=${PREFIX} \ + --server-gid=nogroup \ --with-perl=${PERL} \ --with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \ --suexec-docroot=${PREFIX}/www/data \ |