From 890f87962d11c52a158e67829700e4e8a1976164 Mon Sep 17 00:00:00 2001 From: demon Date: Sun, 22 Feb 2004 10:19:36 +0000 Subject: Update to version 2.0 stable 2. --- net-im/jabberd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-im/jabberd/Makefile') diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 4c8bee281618..dc40e4ffb119 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -6,10 +6,10 @@ # PORTNAME= jabberd -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= net MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/ -DISTNAME= ${PORTNAME}-2.0s1 +DISTNAME= ${PORTNAME}-2.0s2 DIST_SUBDIR= jabber MAINTAINER= demon@FreeBSD.org @@ -64,7 +64,7 @@ MAN8= c2s.8 jabberd.8 resolver.8 router.8 s2s.8 sm.8 pre-everything:: @${ECHO} @${ECHO} "You can build Jabber with the following options:" - @${ECHO} "WITH_POSTGRESQL use PostgreSQL for storage and authentication" + @${ECHO} "WITH_POSTGRESQL use PostgreSQL for storage and authentication" @${ECHO} "WITH_BDB use Berkeley DB for storage and authentication" @${ECHO} "WITH_MYSQL use MySQL for storage and authentication" @${ECHO} "WITH_LDAP use LDAP for authentication" -- cgit