diff options
author | beech <beech@FreeBSD.org> | 2007-06-09 04:18:40 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-06-09 04:18:40 +0800 |
commit | f6cf7b151a38cf21067267767d6fdcc22488266a (patch) | |
tree | 8a2e1b6d578268a45febd59e233800b4668bc419 /irc | |
parent | 9fcca86e24992896a9273b6f400eb3bb55e104a7 (diff) | |
download | freebsd-ports-gnome-f6cf7b151a38cf21067267767d6fdcc22488266a.tar.gz freebsd-ports-gnome-f6cf7b151a38cf21067267767d6fdcc22488266a.tar.zst freebsd-ports-gnome-f6cf7b151a38cf21067267767d6fdcc22488266a.zip |
Fixed MASTER_SITES address, added mirror.
Changed MAINTAINER email address.
PR: ports/113448
Approved by: sat (mentor)
Diffstat (limited to 'irc')
-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 |