From b108a7ad66ba2f44cfa769a0efea14c1250c3288 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 29 Dec 2004 15:42:37 +0000 Subject: Use VARBASE. --- sysutils/apcupsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') 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 -- cgit v1.2.3