diff options
author | abs <abs> | 2004-06-30 10:02:57 +0000 |
---|---|---|
committer | abs <abs> | 2004-06-30 10:02:57 +0000 |
commit | 5debc75b32853726a78fc7f5f7a85707f5a71e0e (patch) | |
tree | e5534e0a9f96729a57d3c8691229c83ecb5e92b6 /chat | |
parent | 04513d954d5a424193f69b5d620c9bcc3c1fb8b4 (diff) | |
download | pkgsrc-5debc75b32853726a78fc7f5f7a85707f5a71e0e.tar.gz |
update mu-conference to 0.6.0nb1
Correctly substitute in JABBER_USER into rc.d file
Diffstat (limited to 'chat')
-rw-r--r-- | chat/mu-conference/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chat/mu-conference/Makefile b/chat/mu-conference/Makefile index f91ecd84cb8..9b36bbbe1fc 100644 --- a/chat/mu-conference/Makefile +++ b/chat/mu-conference/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/06/26 14:28:09 abs Exp $ +# $NetBSD: Makefile,v 1.2 2004/06/30 10:02:57 abs Exp $ # DISTNAME= mu-conference-0.6.0 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://jabber.terrapin.com/JCR/ http://www.jabberstudio.org/projects/mu-conference/releases/download.php?file= DISTFILES= ${DISTNAME}.tar.gz jcr-0.1.2.tar.gz @@ -24,7 +25,11 @@ USE_PKGINSTALL= yes PKG_SYSCONFSUBDIR= jabberd RCD_SCRIPTS= muc +BUILD_DEFS+= JABBERD_USER JABBERD_LOGDIR JABBERD_PIDDIR +JABBERD_USER?= jabberd + FILES_SUBST+= JABBERD_PIDDIR=${JABBERD_PIDDIR} +FILES_SUBST+= JABBERD_USER=${JABBERD_USER} EGDIR= ${PREFIX}/share/examples/jabberd CONF_FILES+= ${EGDIR}/muc-jcr.xml ${PKG_SYSCONFDIR}/muc-jcr.xml |