diff options
author | keihan <keihan@pkgsrc.org> | 2003-12-16 08:08:59 +0000 |
---|---|---|
committer | keihan <keihan@pkgsrc.org> | 2003-12-16 08:08:59 +0000 |
commit | 765a2df94088940a0d58f4ab128514ea6c228926 (patch) | |
tree | 06dbce6c5cb3d72eb1df73c47fd384b9adc31b50 /chat | |
parent | 1dc44937627dec8fe621bdf7149c558b3d3590de (diff) | |
download | pkgsrc-765a2df94088940a0d58f4ab128514ea6c228926.tar.gz |
Add my official mirror to the list of sites.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircII/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 1b739681795..d8ed1824d28 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.28 2003/11/25 13:35:20 cjep Exp $ +# $NetBSD: Makefile,v 1.29 2003/12/16 08:08:59 keihan Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} WRKSRC= ${WRKDIR}/ircii-${VERS} CATEGORIES= chat MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ \ - ftp://ircftp.au.eterna.com.au/pub/ircII/ + ftp://ircftp.au.eterna.com.au/pub/ircII/ \ + ftp://ftp.sergei.cc/pub/ircII/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org |