diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-01-24 17:58:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-01-24 17:58:28 +0000 |
commit | 5ad4c8e13a70622c60a7429be324a7e5edd0a00f (patch) | |
tree | 854be7f4dbc7ef1f98fae1ebf0c55f884687fa73 /www/apache20/Makefile | |
parent | Fix msDelay() function to not sleep 10 times too long. (diff) |
upgrade to 1.3.11
Notes
Notes:
svn path=/head/; revision=25034
Diffstat (limited to 'www/apache20/Makefile')
-rw-r--r-- | www/apache20/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 489167c6f15b..22b1e3d287e5 100644 --- a/www/apache20/Makefile +++ b/www/apache20/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 \ |