diff options
Diffstat (limited to 'chat/anope/Makefile')
-rw-r--r-- | chat/anope/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/anope/Makefile b/chat/anope/Makefile index 7ad742aafec..943d6a32891 100644 --- a/chat/anope/Makefile +++ b/chat/anope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/04/09 09:40:23 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2007/07/04 20:54:32 jlam Exp $ DISTNAME= anope-1.7.18 CATEGORIES= net @@ -17,6 +17,9 @@ RCD_SCRIPTS= anope FILES_SUBST+= ANOPE_USER=${ANOPE_USER:Q} FILES_SUBST+= ANOPE_GROUP=${ANOPE_GROUP:Q} +PKG_USERS_VARS+= ANOPE_USER +PKG_GROUPS_VARS+= ANOPE_GROUP + .include "../../mk/bsd.prefs.mk" PKG_USERS= ${ANOPE_USER}:${ANOPE_GROUP}::anope\ user:${PREFIX}/lib/anope:${NOLOGIN} |