summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-29 15:42:37 +0000
committerminskim <minskim>2004-12-29 15:42:37 +0000
commitb108a7ad66ba2f44cfa769a0efea14c1250c3288 (patch)
treee0064664b312543aff1d158531cc52bb7220505c /www
parent1e5ae58222c3930815141856ad24d48fd545b56f (diff)
downloadpkgsrc-b108a7ad66ba2f44cfa769a0efea14c1250c3288.tar.gz
Use VARBASE.
Diffstat (limited to 'www')
-rw-r--r--www/ap-jserv/Makefile4
-rw-r--r--www/squidGuard/Makefile6
-rw-r--r--www/wwwoffle/Makefile6
3 files changed, 8 insertions, 8 deletions
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile
index 6916c343628..f3e4ca0b78f 100644
--- a/www/ap-jserv/Makefile
+++ b/www/ap-jserv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/01/24 15:23:46 grant Exp $
+# $NetBSD: Makefile,v 1.28 2004/12/29 15:42:38 minskim Exp $
DISTNAME= ApacheJServ-1.1.2
PKGNAME= ap-jserv-1.1.2
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs
CONFIGURE_ARGS+= --with-jdk-home=${PKG_JAVA_HOME}
CONFIGURE_ARGS+= --with-JSDK=${PREFIX}/lib/java/jsdk.jar
-CONFIGURE_ARGS+= --with-logdir=/var/log/httpd
+CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log/httpd
CONFIGURE_ARGS+= --with-servlets=${LOCALBASE}/share/httpd/servlets
CONFIGURE_ARGS+= --enable-EAPI
diff --git a/www/squidGuard/Makefile b/www/squidGuard/Makefile
index 63fabb74795..fa70aac7345 100644
--- a/www/squidGuard/Makefile
+++ b/www/squidGuard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:27 tv Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/29 15:42:38 minskim Exp $
#
DISTNAME= squidGuard-1.2.0
@@ -17,8 +17,8 @@ USE_BUILDLINK3= YES
CONFIGURE_ARGS+= --with-db-inc=${BUILDLINK_PREFIX.db3}/include/db3
CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_PREFIX.db3}/lib/db3
CONFIGURE_ARGS+= --with-sg-config=${PKG_SYSCONFDIR}/squidguard/filter.conf
-CONFIGURE_ARGS+= --with-sg-logdir=/var/squidguard/log
-CONFIGURE_ARGS+= --with-sg-dbhome=/var/squidguard/db
+CONFIGURE_ARGS+= --with-sg-logdir=${VARBASE}/squidguard/log
+CONFIGURE_ARGS+= --with-sg-dbhome=${VARBASE}/squidguard/db
.include "../../databases/db3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile
index 080c3ff2f44..7ce72cfdea8 100644
--- a/www/wwwoffle/Makefile
+++ b/www/wwwoffle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2004/12/28 02:47:52 reed Exp $
+# $NetBSD: Makefile,v 1.53 2004/12/29 15:42:38 minskim Exp $
DISTNAME= wwwoffle-2.8c
PKGREVISION= 1
@@ -17,7 +17,7 @@ USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --with-spooldir=/var/wwwoffle
+CONFIGURE_ARGS+= --with-spooldir=${VARBASE}/wwwoffle
PKG_SYSCONFSUBDIR= wwwoffle
PLIST_SUBST+= GTAR="${GTAR}"
@@ -41,7 +41,7 @@ post-build:
# target incorrectly calculates to be a pre-2.2 cache. This tricks it
# into setting up the cache directory properly.
pre-install:
- ${MKDIR} /var/wwwoffle/prevtime1
+ ${MKDIR} ${VARBASE}/wwwoffle/prevtime1
post-install:
if [ -f ${PKG_SYSCONFDIR}/wwwoffle.conf.install ]; then \