summaryrefslogtreecommitdiff
path: root/www/apache2
diff options
context:
space:
mode:
authorepg <epg>2004-11-10 01:09:10 +0000
committerepg <epg>2004-11-10 01:09:10 +0000
commita3ae6c8a7642909ca807b1046aa47e658ae4ea16 (patch)
treeee794f57a8d6d7c87eeee4bf63d21b0ca8bedc2e /www/apache2
parent6c32be5ab9d0337a0573a30b0946a53c688e08d3 (diff)
downloadpkgsrc-a3ae6c8a7642909ca807b1046aa47e658ae4ea16.tar.gz
Add --localstatedir=${VARBASE} to CONFIGURE_ARGS.
Diffstat (limited to 'www/apache2')
-rw-r--r--www/apache2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index b19ec09de9b..1ca6b9e0bb5 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2004/10/03 00:18:24 tv Exp $
+# $NetBSD: Makefile,v 1.50 2004/11/10 01:09:10 epg Exp $
PKGNAME= apache-${APACHE_VERSION}
PKGREVISION= 2
@@ -19,6 +19,7 @@ USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-layout=NetBSD
+CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-port=80
CONFIGURE_ARGS+= --with-mpm=prefork