summaryrefslogtreecommitdiff
path: root/sysutils/apcupsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/apcupsd/Makefile')
-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