diff options
author | joerg <joerg> | 2010-06-19 12:14:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-06-19 12:14:07 +0000 |
commit | 378e80867b9e14fa5381c1fcc221995231840190 (patch) | |
tree | 309108fd00bc8fff2a8e608e37fe3d0bc2a64bdb /chat/anope | |
parent | 4ec55f285ba1071e5e11814889b711c2db044fad (diff) | |
download | pkgsrc-378e80867b9e14fa5381c1fcc221995231840190.tar.gz |
User must exist early during installation.
Diffstat (limited to 'chat/anope')
-rw-r--r-- | chat/anope/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/anope/Makefile b/chat/anope/Makefile index f3d73b0605e..6b230282136 100644 --- a/chat/anope/Makefile +++ b/chat/anope/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 @@ RCD_SCRIPTS= anope 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} |