diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-22 00:22:41 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-22 00:22:41 +0000 |
commit | a94491799b63b6dc32b2785ef842170afcc105cd (patch) | |
tree | bdadf58510868816faadba0aa39a946f78874193 /net-im | |
parent | ad700664f492381adddbf8e92989566bcca46a38 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jwchat/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/jwchat/Makefile b/net-im/jwchat/Makefile index 16aa8a6340b8..a0cf85b54997 100644 --- a/net-im/jwchat/Makefile +++ b/net-im/jwchat/Makefile @@ -9,14 +9,13 @@ PORTNAME= jwchat PORTVERSION= 1.0.b2 PORTREVISION= 1 CATEGORIES= net-im www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S,.b,beta,} -MAINTAINER= lars.eggert@gmx.net +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Full featured, web-based Jabber client -USE_APACHE= yes +USE_APACHE= 1.3 NO_BUILD= yes |