summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorepg <epg>2004-11-10 01:09:10 +0000
committerepg <epg>2004-11-10 01:09:10 +0000
commit22d4e5483e4609559b922a45895191281a8ad760 (patch)
treeee794f57a8d6d7c87eeee4bf63d21b0ca8bedc2e /www
parent1853cde64744d240984df6b89662eac749413ece (diff)
downloadpkgsrc-22d4e5483e4609559b922a45895191281a8ad760.tar.gz
Add --localstatedir=${VARBASE} to CONFIGURE_ARGS.
Diffstat (limited to 'www')
-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