diff options
author | fredb <fredb> | 2001-12-31 19:42:48 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-12-31 19:42:48 +0000 |
commit | fbd0204cd6187c13c239ca5015afded7d3db0ea0 (patch) | |
tree | 9993d2381b467941f4795d372c0fdb95e6914356 /www | |
parent | 5855853adc283c78dbe4b5d200e68a1ac9f87f38 (diff) | |
download | pkgsrc-fbd0204cd6187c13c239ca5015afded7d3db0ea0.tar.gz |
Add a couple of mirror sites, arbitrarily chosen from the list at
<URI:http://lynx.isc.org/mirrors.html>.
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 69c7d690536..b389f47546b 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,15 +1,19 @@ -# $NetBSD: Makefile,v 1.46 2001/12/31 19:31:07 fredb Exp $ +# $NetBSD: Makefile,v 1.47 2001/12/31 19:42:48 fredb Exp $ # DISTNAME= lynx2.8.4rel.1 PKGNAME= lynx-2.8.4.1.2 CATEGORIES= www MASTER_SITES= http://lynx.isc.org/release/ \ - ftp://lynx.isc.org/lynx/ + ftp://lynx.isc.org/lynx/ \ + ftp://ftp.nl.uu.net/pub/unix/www/lynx/lynx2.8.4/ \ + ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/WWW/lynx/lynx2.8.4/ EXTRACT_SUFX= .tar.bz2 PATCH_SITES= http://lynx.isc.org/lynx2.8.4/patches/ \ - ftp://lynx.isc.org/lynx/lynx2.8.4/patches/ + ftp://lynx.isc.org/lynx/lynx2.8.4/patches/ \ + ftp://ftp.nl.uu.net/pub/unix/www/lynx/lynx2.8.4/patches/ \ + ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/WWW/lynx/lynx2.8.4/patches/ PATCHFILES= lynx2.8.4rel.1a.patch lynx2.8.4rel.1b.patch MAINTAINER= fredb@netbsd.org |