diff options
author | dholland <dholland@pkgsrc.org> | 2008-07-13 16:07:13 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-07-13 16:07:13 +0000 |
commit | bcb49d620945c0d0ab92ee1af000fbc91710ebad (patch) | |
tree | 60e64b0cb19d6e155222903d8e02160e29701c7a /chat | |
parent | e1eb340ee22465fe497c5758caca694b85496212 (diff) | |
download | pkgsrc-bcb49d620945c0d0ab92ee1af000fbc91710ebad.tar.gz |
Update MASTER_SITES (now sourceforge; bitchx.org no longer works),
from Zafer Aydogan in followup to PR pkg/35117.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/bitchx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index 0f4ff7e7411..cee7f0658a7 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.44 2008/07/06 05:16:50 tonnerre Exp $ +# $NetBSD: Makefile,v 1.45 2008/07/13 16:07:13 dholland Exp $ DISTNAME= ircii-pana-1.1-final PKGNAME= bitchx-1.1 PKGREVISION= 3 CATEGORIES= chat -MASTER_SITES= http://www.bitchx.org/files/source/ \ - ftp://ftp.bitchx.org/pub/BitchX/source/ \ - ftp://ftp.bitchx.org/pub/BitchX/source/old/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bitchx/} MAINTAINER= jmcneill@NetBSD.org HOMEPAGE= http://www.bitchx.org/ |