From 757fa00f481b1cac484d819930c74da3590358f0 Mon Sep 17 00:00:00 2001 From: jym Date: Tue, 5 Jun 2012 09:30:19 +0000 Subject: Kill USERGROUP_PHASE=pre-install as this hardcodes the UID/GID in the +INSTALL script. This causes problems when you build the package on one machine but install it on another not necessarily with the same accounts configured. XXX any real use for USERGROUP_PHASE=pre-install? IIUC pkg_install installs USERGROUP during pre-install-script target by default, making it explicit seems to cause more problems than it solves... --- sysutils/munin-server/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysutils/munin-server') diff --git a/sysutils/munin-server/Makefile b/sysutils/munin-server/Makefile index 6cba47122a9..6c43048d1e3 100644 --- a/sysutils/munin-server/Makefile +++ b/sysutils/munin-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/03/08 10:26:08 shattered Exp $ +# $NetBSD: Makefile,v 1.15 2012/06/05 09:30:19 jym Exp $ # DISTNAME= ${PKGNAME_NOREV:S:-server-:_:} @@ -42,7 +42,6 @@ MUNIN_USER?= munin PKG_GROUPS= ${MUNIN_GROUP} PKG_USERS= ${MUNIN_USER}:${MUNIN_GROUP} PKG_GECOS.${MUNIN_USER}= Munin user -USERGROUP_PHASE= pre-install PKG_SYSCONFSUBDIR?= munin -- cgit v1.2.3