aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache2/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-01-15 08:26:29 +0800
committerache <ache@FreeBSD.org>1999-01-15 08:26:29 +0800
commitfcfebc43423b1a5d9300add98be85e454010e7da (patch)
tree11e9cf32b56b2e4b5765117ff63be91fff951b45 /www/apache2/Makefile
parent61fc5b2346f1825c8f584124b824991fe256e366 (diff)
downloadfreebsd-ports-gnome-fcfebc43423b1a5d9300add98be85e454010e7da.tar.gz
freebsd-ports-gnome-fcfebc43423b1a5d9300add98be85e454010e7da.tar.zst
freebsd-ports-gnome-fcfebc43423b1a5d9300add98be85e454010e7da.zip
upgrade to 1.3.4
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r--www/apache2/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 4c35dd579665..fa4826d25231 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -3,30 +3,30 @@
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: ache@nagual.pp.ru
#
-# $Id: Makefile,v 1.63 1998/10/19 12:48:55 smace Exp $
+# $Id: Makefile,v 1.64 1999/01/13 02:47:32 scrappy Exp $
#
-DISTNAME= apache_1.3.3
-PKGNAME= apache-1.3.3
+DISTNAME= apache_1.3.4
+PKGNAME= apache-1.3.4
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
-#PATCH_SITES= ftp://www.apache.org/apache/dist/patches/apply_to_1.3.3/
-
MAINTAINER= ache@freebsd.org
Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
+
#
# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance
#
GNU_CONFIGURE= yes
CONFIGURE_ARGS= \
+ --with-layout=GNU \
--sysconfdir=${PREFIX}/etc/apache \
--includedir=${PREFIX}/include/apache \
- --logfiledir=/var/log \
- --runtimedir=/var/run \
+ --localstatedir=/var \
--datadir=${PREFIX}/www \
+ --suexec-docroot=${PREFIX}/www/data \
--proxycachedir=${PREFIX}/www/proxy \
--libexecdir=${PREFIX}/libexec/apache \
--without-confadjust \