diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-06-08 20:18:40 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-06-08 20:18:40 +0000 |
commit | 6059aac34eafdbf6bb35030ec408a12467c0bb13 (patch) | |
tree | a78c9c72e573b1629c93a39d23f640f1093034c3 | |
parent | aae1c12d187c488b4e8ae87b77559dc02cea1b3f (diff) | |
download | ports-6059aac34eafdbf6bb35030ec408a12467c0bb13.tar.gz ports-6059aac34eafdbf6bb35030ec408a12467c0bb13.zip |
Notes
-rw-r--r-- | irc/bitchx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 2ea63c257d8c..f21e1a792fe8 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -9,11 +9,11 @@ PORTNAME= BitchX PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES+= irc -MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/ \ - ftp://ftp.cyberpunkz.org/pub/BitchX/ +MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \ + CENKES DISTNAME= ircii-pana-${PORTVERSION}-final -MAINTAINER?= beech@alaskaparadise.com +MAINTAINER?= beech@FreeBSD.org COMMENT?= ircII color client with GTK/GNOME support WRKSRC= ${WRKDIR}/BitchX |