diff options
-rw-r--r-- | chat/jabberd2/Makefile | 5 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile index 189b0b0dd06..e2291363f89 100644 --- a/chat/jabberd2/Makefile +++ b/chat/jabberd2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2005/01/20 15:08:54 xtraeme Exp $ +# $NetBSD: Makefile,v 1.19 2005/02/15 20:46:20 rillig Exp $ # DISTNAME= jabberd-2.0s6 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/ @@ -24,7 +25,7 @@ SUBST_STAGE.path= post-patch SUBST_FILES.path= configure SUBST_MESSAGE.path= "Fixing configure script." SUBST_SED.path= -e "s,/usr/local,${PREFIX},g" \ - -e "s,\$sysconfdir/jabberd,\$sysconfdir,g" + -e "s,\$$sysconfdir/jabberd,\$$sysconfdir,g" CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --disable-mysql diff --git a/doc/CHANGES b/doc/CHANGES index fc6ed3615d9..8daebe27ebf 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9148 2005/02/15 16:48:44 rillig Exp $ +$NetBSD: CHANGES,v 1.9149 2005/02/15 20:46:21 rillig Exp $ Changes to the packages collection and infrastructure in 2005: @@ -884,3 +884,4 @@ Changes to the packages collection and infrastructure in 2005: Updated python23 to 2.3.5 [drochner 2005-02-15] Updated fontforge to 20050209 [adam 2005-02-15] Updated awstats to 6.3nb4 [minskim 2005-02-15] + Updated jabberd2 to 2.0s6nb1 [rillig 2005-02-15] |