summaryrefslogtreecommitdiff
path: root/www/wwwoffle
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-29 15:42:37 +0000
committerminskim <minskim>2004-12-29 15:42:37 +0000
commitf6e375a82ce4abbd0501cc7e133bb453f75ccefc (patch)
treee0064664b312543aff1d158531cc52bb7220505c /www/wwwoffle
parente921d908c429c991db0bbba9629ddf5859fdec58 (diff)
downloadpkgsrc-f6e375a82ce4abbd0501cc7e133bb453f75ccefc.tar.gz
Use VARBASE.
Diffstat (limited to 'www/wwwoffle')
-rw-r--r--www/wwwoffle/Makefile6
1 files changed, 3 insertions, 3 deletions
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 \