diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-29 15:42:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-29 15:42:37 +0000 |
commit | 5e28b53ad309336db96082918da3cfa91acabae8 (patch) | |
tree | e0064664b312543aff1d158531cc52bb7220505c /www | |
parent | e07031c753f6cd21fd1da774f6ac78ae36b89980 (diff) | |
download | pkgsrc-5e28b53ad309336db96082918da3cfa91acabae8.tar.gz |
Use VARBASE.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-jserv/Makefile | 4 | ||||
-rw-r--r-- | www/squidGuard/Makefile | 6 | ||||
-rw-r--r-- | www/wwwoffle/Makefile | 6 |
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 \ |