From 503251b07df61ad3eed661a7e07066426e8e5bd3 Mon Sep 17 00:00:00 2001 From: simonb Date: Wed, 21 Nov 2001 03:22:05 +0000 Subject: Move the individual UPS drivers from ${PREFIX}/bin to ${PREFIX}/sbin/ups-drivers. --- sysutils/ups-nut/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysutils/ups-nut/Makefile') 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} -- cgit v1.2.3