diff options
author | joerg <joerg@pkgsrc.org> | 2010-06-19 12:45:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-06-19 12:45:37 +0000 |
commit | 21b4c8b2f61ddd391c646c27b90e5399b755e10d (patch) | |
tree | 5d149a1cbe95be26e8b70bbc732fbdf7e4b5ac3e /news/inn/Makefile | |
parent | 4482d1516714305f73572a01464a2a5d5c83885f (diff) | |
download | pkgsrc-21b4c8b2f61ddd391c646c27b90e5399b755e10d.tar.gz |
Needs user/group early in installation
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index c088bb51056..467dff4f9a8 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2010/04/13 21:18:00 spz Exp $ +# $NetBSD: Makefile,v 1.104 2010/06/19 12:45:37 joerg Exp $ DISTNAME= inn-2.5.2 CATEGORIES= news @@ -64,6 +64,7 @@ DEPENDS+= gnupg>0:../../security/gnupg ## Please note that USE_DESTDIR=yes only works for this package if the user ## and group already exist +USERGROUP_PHASE= pre-install PKG_USERS_VARS+= INN_USER PKG_GROUPS_VARS+= INN_GROUP |