summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-29 15:42:37 +0000
committerminskim <minskim@pkgsrc.org>2004-12-29 15:42:37 +0000
commit5e28b53ad309336db96082918da3cfa91acabae8 (patch)
treee0064664b312543aff1d158531cc52bb7220505c /sysutils
parente07031c753f6cd21fd1da774f6ac78ae36b89980 (diff)
downloadpkgsrc-5e28b53ad309336db96082918da3cfa91acabae8.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