pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/anope User must exist early during installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93ee83a80fb2
branches:  trunk
changeset: 576796:93ee83a80fb2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 19 12:14:07 2010 +0000

description:
User must exist early during installation.

diffstat:

 chat/anope/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r faa56e958851 -r 93ee83a80fb2 chat/anope/Makefile
--- a/chat/anope/Makefile       Sat Jun 19 12:09:07 2010 +0000
+++ b/chat/anope/Makefile       Sat Jun 19 12:14:07 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/12/17 20:56:46 abs Exp $
+# $NetBSD: Makefile,v 1.8 2010/06/19 12:14:07 joerg Exp $
 
 DISTNAME=      anope-1.7.21
 CATEGORIES=    chat
@@ -8,6 +8,8 @@
 HOMEPAGE=      http://www.anope.org/
 COMMENT=       Set of Services for IRC networks
 
+PKG_DESTDIR_SUPPORT=   destdir
+
 GNU_CONFIGURE= YES
 PTHREAD_OPTS+= require
 USE_TOOLS+=    gmake perl:run
@@ -17,11 +19,10 @@
 FILES_SUBST+=  ANOPE_USER=${ANOPE_USER:Q}
 FILES_SUBST+=  ANOPE_GROUP=${ANOPE_GROUP:Q}
 
+USERGROUP_PHASE=       pre-install
 PKG_USERS_VARS+=       ANOPE_USER
 PKG_GROUPS_VARS+=      ANOPE_GROUP
 
-PKG_DESTDIR_SUPPORT=   destdir
-
 .include "../../mk/bsd.prefs.mk"
 
 PKG_USERS=     ${ANOPE_USER}:${ANOPE_GROUP}::anope\ user:${PREFIX}/lib/anope:${NOLOGIN}



Home | Main Index | Thread Index | Old Index