From 2db16364663a6a8d5c9f3100c095a5e59a35756a Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 25 Jun 2010 08:58:38 +0000 Subject: Use PKG_HOME.* (and default values) instead of long PKG_USERS definition. --- chat/anope/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chat/anope') diff --git a/chat/anope/Makefile b/chat/anope/Makefile index 6b230282136..8d78ef6a49f 100644 --- a/chat/anope/Makefile +++ b/chat/anope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/06/19 12:14:07 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2010/06/25 08:58:38 obache Exp $ DISTNAME= anope-1.7.21 CATEGORIES= chat @@ -25,7 +25,8 @@ PKG_GROUPS_VARS+= ANOPE_GROUP .include "../../mk/bsd.prefs.mk" -PKG_USERS= ${ANOPE_USER}:${ANOPE_GROUP}::anope\ user:${PREFIX}/lib/anope:${NOLOGIN} +PKG_USERS= ${ANOPE_USER}:${ANOPE_GROUP} +PKG_HOME.${ANOPE_USER}= ${PREFIX}/lib/anope PKG_GROUPS= ${ANOPE_GROUP} MAKE_ENV+= RUNGROUP=${ANOPE_GROUP:Q} OWN_DIRS_PERMS+= ${PREFIX}/lib/anope/logs \ -- cgit v1.2.3