diff options
Diffstat (limited to 'chat/bitchx/Makefile')
-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/ |