diff options
author | joerg <joerg> | 2010-06-19 12:45:37 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-06-19 12:45:37 +0000 |
commit | e52bf254047cfaac8e57557a11d22868455e2d6b (patch) | |
tree | 5d149a1cbe95be26e8b70bbc732fbdf7e4b5ac3e /news | |
parent | aa1be4b0333055fa59e7ad07e4b78f87d0aaf833 (diff) | |
download | pkgsrc-e52bf254047cfaac8e57557a11d22868455e2d6b.tar.gz |
Needs user/group early in installation
Diffstat (limited to 'news')
-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 |