summaryrefslogtreecommitdiff
path: root/sysutils
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 /sysutils
parent1e5ae58222c3930815141856ad24d48fd545b56f (diff)
downloadpkgsrc-b108a7ad66ba2f44cfa769a0efea14c1250c3288.tar.gz
Use VARBASE.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/apcupsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index 8cdf509f64f..1e14fb2218c 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/12/28 02:47:50 reed Exp $
+# $NetBSD: Makefile,v 1.33 2004/12/29 15:42:38 minskim Exp $
DISTNAME= apcupsd-3.8.6
PKGREVISION= 3
@@ -29,7 +29,7 @@ PKG_SYSCONFSUBDIR= apcupsd
CONFIGURE_ARGS+= --with-catgets # use catgets functions
CONFIGURE_ARGS+= --enable-nls # i18n support
-CONFIGURE_ARGS+= --with-lock-dir=/var/spool/lock
+CONFIGURE_ARGS+= --with-lock-dir=${VARBASE}/spool/lock
CONFIGURE_ARGS+= --with-serial-dev=/dev/tty01
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
# configure sets sbindir to '${prefix}/sbin' without expanding $prefix