diff options
author | jlam <jlam> | 2006-04-23 00:12:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-23 00:12:35 +0000 |
commit | 20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5 (patch) | |
tree | 6dc352508076c2511c051c32fe25d3b9ea6c8c20 /sysutils/ups-nut | |
parent | 1681e974bb6b92327674323cc6ecfcdc2381500b (diff) | |
download | pkgsrc-20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5.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/Makefile | 6 |
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 \ |