summaryrefslogtreecommitdiff
path: root/sysutils/ups-nut/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ups-nut/Makefile')
-rw-r--r--sysutils/ups-nut/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile
index f0361516341..1363d597882 100644
--- a/sysutils/ups-nut/Makefile
+++ b/sysutils/ups-nut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/11/19 04:25:15 lukem Exp $
+# $NetBSD: Makefile,v 1.13 2001/11/21 03:22:05 simonb Exp $
#
DISTNAME= nut-0.45.2
@@ -35,7 +35,8 @@ NUT_GROUP= nut
CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc/nut \
--with-user=${NUT_USER} \
--with-group=${NUT_GROUP} \
- --with-statepath=/var/db/nut
+ --with-statepath=/var/db/nut \
+ --with-modelpath=${LOCALBASE}/sbin/ups-drivers
FILES_SUBST= NUT_USER=${NUT_USER}
FILES_SUBST+= NUT_GROUP=${NUT_GROUP}