summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-06-25 08:58:38 +0000
committerobache <obache@pkgsrc.org>2010-06-25 08:58:38 +0000
commit2db16364663a6a8d5c9f3100c095a5e59a35756a (patch)
tree427b2a758ec3774298733185e54f11804b6a33bc /chat
parent7c8418bbe4fe8db646e17cc14805e6c11f150b28 (diff)
downloadpkgsrc-2db16364663a6a8d5c9f3100c095a5e59a35756a.tar.gz
Use PKG_HOME.* (and default values) instead of long PKG_USERS definition.
Diffstat (limited to 'chat')
-rw-r--r--chat/anope/Makefile5
1 files changed, 3 insertions, 2 deletions
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 \