diff options
author | minskim <minskim> | 2004-12-29 15:42:37 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-29 15:42:37 +0000 |
commit | f6e375a82ce4abbd0501cc7e133bb453f75ccefc (patch) | |
tree | e0064664b312543aff1d158531cc52bb7220505c /sysutils/apcupsd | |
parent | e921d908c429c991db0bbba9629ddf5859fdec58 (diff) | |
download | pkgsrc-f6e375a82ce4abbd0501cc7e133bb453f75ccefc.tar.gz |
Use VARBASE.
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 4 |
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 |