diff options
author | nbm <nbm@FreeBSD.org> | 2000-05-16 14:18:46 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-05-16 14:18:46 +0000 |
commit | c5fa99d5b0dcd65cb64d5b8a9acefaa03fc25220 (patch) | |
tree | b531815735cf130d1f4ea0ae3a9ff5a6a2ac4d47 /net-im/jabber/Makefile | |
parent | c31618771f434e49aede283cccd8e71a44fcc3fa (diff) | |
download | FreeBSD-ports-c5fa99d5b0dcd65cb64d5b8a9acefaa03fc25220.zip FreeBSD-ports-c5fa99d5b0dcd65cb64d5b8a9acefaa03fc25220.tar.gz |
Upgrade jabber-transport to 1.0
PR: 18602
Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer)
Diffstat (limited to 'net-im/jabber/Makefile')
-rw-r--r-- | net-im/jabber/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index 59f343e..27ee846 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -6,14 +6,20 @@ # PORTNAME= jabber-transport -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= net -MASTER_SITES= http://download.jabber.org/dists/0.9/final/ +MASTER_SITES= http://download.jabber.org/dists/1.0/ MAINTAINER= lukin@okbmei.msk.su -LIB_DEPENDS= etherx.0:${PORTSDIR}/net/libetherx +LIB_DEPENDS= etherx.1:${PORTSDIR}/net/libetherx USE_LIBTOOL= yes +rc=${PREFIX}/etc/rc.d + +post-install: + @PREFIX=${PREFIX} ${PERL5} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${INSTALL_SCRIPT} ${FILESDIR}/jserver.sh ${rc} + .include <bsd.port.mk> |