diff options
author | dsainty <dsainty@pkgsrc.org> | 2008-11-17 08:09:19 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2008-11-17 08:09:19 +0000 |
commit | 5f9a121cb7cfe691196e4c1ddd3092a7e403ca1c (patch) | |
tree | 16db9a09c9465cb55025daa6c5a28cb5b47eb82b /chat | |
parent | 425b79672fe5caecaaf3191e8ab938eb8deb4ffe (diff) | |
download | pkgsrc-5f9a121cb7cfe691196e4c1ddd3092a7e403ca1c.tar.gz |
Add an HTTP URL to MASTER_SITES, for firewall convenience.
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 7974bfa6374..d8c5d4b6244 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.50 2008/11/10 19:25:27 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2008/11/17 08:09:19 dsainty Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} CATEGORIES= chat -MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ +MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ \ + http://ircii.warped.com/pub/ircII/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |