diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-26 09:01:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-26 09:01:49 +0000 |
commit | 68b84d4b6b7b192ab261e363feda9d75508fa9bf (patch) | |
tree | 12b46cb926c390b90684372c7d36eb0b0fcc050a /chat/ircII | |
parent | 196f2085b663d0a85c71ce3515493f2ab20d498c (diff) | |
download | pkgsrc-68b84d4b6b7b192ab261e363feda9d75508fa9bf.tar.gz |
Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail.
Diffstat (limited to 'chat/ircII')
-rw-r--r-- | chat/ircII/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 40cb4f70893..7c605e8d919 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2007/02/22 19:26:11 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2007/06/26 09:03:50 rillig Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} CATEGORIES= chat -MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ \ - ftp://ircftp.au.eterna.com.au/pub/ircII/ \ - ftp://ftp.sergei.cc/pub/ircII/ +MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |