summaryrefslogtreecommitdiff
path: root/sysutils/ups-nut/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2001-11-21 03:22:05 +0000
committersimonb <simonb@pkgsrc.org>2001-11-21 03:22:05 +0000
commit503251b07df61ad3eed661a7e07066426e8e5bd3 (patch)
tree41259d7a12d0f6cd50bf40e5726b62ee7f04af4b /sysutils/ups-nut/Makefile
parent7584e10560b1f725e443e32b3f6e1d418b5c4b37 (diff)
downloadpkgsrc-503251b07df61ad3eed661a7e07066426e8e5bd3.tar.gz
Move the individual UPS drivers from ${PREFIX}/bin to
${PREFIX}/sbin/ups-drivers.
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}