diff options
author | fredb <fredb@pkgsrc.org> | 2001-12-31 19:50:21 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-12-31 19:50:21 +0000 |
commit | 6a80a3ee932cf0878429652bc8b76c181acc18e7 (patch) | |
tree | 2e388ca3607b75bb9552fd57e054c15944d5c0f1 /www/lynx-current | |
parent | 77c489bda2f75aff7881933975b384caa4cc6aa2 (diff) | |
download | pkgsrc-6a80a3ee932cf0878429652bc8b76c181acc18e7.tar.gz |
Add all the mirrors sites from <URI:http://lynx.isc.org/mirrors.html>,
which have the distfile, and which I can reach right now.
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 80c8941fa9d..78969afb6f6 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.36 2001/12/31 04:21:30 fredb Exp $ +# $NetBSD: Makefile,v 1.37 2001/12/31 19:50:21 fredb Exp $ # DISTNAME= lynx2.8.5dev.5 PKGNAME= lynx-2.8.5.0.5 CATEGORIES= www -MASTER_SITES= http://lynx.isc.org/current/ +MASTER_SITES= http://lynx.isc.org/current/ \ + ftp://ftp.nl.uu.net/pub/unix/www/lynx/current/ \ + ftp://ftp.cyf-kr.edu.pl/pub/unix/lynx/current/ \ + ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/WWW/lynx/current/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= fredb@netbsd.org |