diff options
author | joerg <joerg@pkgsrc.org> | 2010-06-19 12:14:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-06-19 12:14:07 +0000 |
commit | 13510428b27ddfda64524ad7c589e27adc9b7cf0 (patch) | |
tree | 309108fd00bc8fff2a8e608e37fe3d0bc2a64bdb /chat | |
parent | e260ef0b1dddcb1bfc6c5996ce021a9232318103 (diff) | |
download | pkgsrc-13510428b27ddfda64524ad7c589e27adc9b7cf0.tar.gz |
User must exist early during installation.
Diffstat (limited to 'chat')
-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} |