summaryrefslogtreecommitdiff
path: root/www/apache2/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-01-15 00:26:29 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-01-15 00:26:29 +0000
commita4d9b2e32f7cf1c9b7208191542adaf83ed34008 (patch)
tree9d95911cd3e26906ee98e3461e66067e6c77eaff /www/apache2/Makefile
parentAdd bladeenc. (diff)
upgrade to 1.3.4
Notes
Notes: svn path=/head/; revision=16053
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 \