diff options
Diffstat (limited to 'chat/mu-conference/Makefile')
-rw-r--r-- | chat/mu-conference/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/mu-conference/Makefile b/chat/mu-conference/Makefile index e9c44c48ca1..a25dae3a978 100644 --- a/chat/mu-conference/Makefile +++ b/chat/mu-conference/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:08:25 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/07/04 20:54:33 jlam Exp $ # DISTNAME= mu-conference-0.6.0 @@ -24,8 +24,9 @@ RCD_SCRIPTS= muc .include "../../mk/bsd.prefs.mk" -BUILD_DEFS+= JABBERD_USER JABBERD_LOGDIR JABBERD_PIDDIR +BUILD_DEFS+= JABBERD_LOGDIR JABBERD_PIDDIR JABBERD_USER?= jabberd +PKG_USERS_VARS+= JABBERD_USER FILES_SUBST+= JABBERD_PIDDIR=${JABBERD_PIDDIR:Q} FILES_SUBST+= JABBERD_USER=${JABBERD_USER:Q} |