summaryrefslogtreecommitdiff
path: root/sysutils/ups-nut
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-23 00:12:35 +0000
committerjlam <jlam>2006-04-23 00:12:35 +0000
commit7437941fb408b1e20d6e28dd2290697a84a4a299 (patch)
tree6dc352508076c2511c051c32fe25d3b9ea6c8c20 /sysutils/ups-nut
parentbf1e4e52ecd4d715a2e9349fe606ba04d0d9418e (diff)
downloadpkgsrc-7437941fb408b1e20d6e28dd2290697a84a4a299.tar.gz
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
Diffstat (limited to 'sysutils/ups-nut')
-rw-r--r--sysutils/ups-nut/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile
index ebca9fbdc18..5a0e08f05ca 100644
--- a/sysutils/ups-nut/Makefile
+++ b/sysutils/ups-nut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/04/22 07:32:24 lukem Exp $
+# $NetBSD: Makefile,v 1.42 2006/04/23 00:12:42 jlam Exp $
#
DISTNAME= nut-2.0.3
@@ -40,7 +40,9 @@ MESSAGE_SUBST+= NUT_EGDIR=${NUT_EGDIR}
MESSAGE_SUBST+= NUT_DOCDIR=${NUT_DOCDIR}
PKG_GROUPS= ${NUT_GROUP}
-PKG_USERS= ${NUT_USER}:${NUT_GROUP}::Network\ UPS\ Tools::${SH}
+PKG_USERS= ${NUT_USER}:${NUT_GROUP}
+PKG_GECOS.${NUT_USER}= Network UPS Tools
+PKG_SHELL.${NUT_USER}= ${SH}
CONF_FILES= ${NUT_EGDIR}/ups.conf.sample ${NUT_CONFDIR}/ups.conf
CONF_FILES+= ${NUT_EGDIR}/upssched.conf.sample \