From 378e80867b9e14fa5381c1fcc221995231840190 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 19 Jun 2010 12:14:07 +0000 Subject: User must exist early during installation. --- chat/anope/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chat') 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} -- cgit v1.2.3