diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-08 18:47:25 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-08 18:47:25 +0000 |
commit | af8e13208cde4b1e6d60793e88d8fd65ae1616ce (patch) | |
tree | f1982f77f9b63bc334057b1af682ed267f6a9dda /www/harvest | |
parent | 386ea92f24bf95eaaed82c1b1c07a73f27cd30df (diff) |
Remove nlanr.net from MASTER_SITES since it's no longer a mirror.
Add a bunch of mirrors as listed on
http://www.tardis.ed.ac.uk/harvest/download.html
Notes
Notes:
svn path=/head/; revision=15933
Diffstat (limited to 'www/harvest')
-rw-r--r-- | www/harvest/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/harvest/Makefile b/www/harvest/Makefile index ebbb184d5ac3..b451a3fb7b05 100644 --- a/www/harvest/Makefile +++ b/www/harvest/Makefile @@ -3,13 +3,16 @@ # Date created: Fri Mar 1 19:43:52 MET 1996 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.7 1997/10/09 21:04:41 andreas Exp $ +# $Id: Makefile,v 1.8 1997/11/15 19:56:47 andreas Exp $ # DISTNAME= harvest-1.5 CATEGORIES= www MASTER_SITES= ftp://ftp.tardis.ed.ac.uk/pub/harvest/ \ - ftp://ftp.nlanr.net/Mirror/Harvest/develop/snapshots/ + ftp://nic.nasa.gov/software/harvest-dist/ \ + ftp://ftp.sunet.se/pub/nir/harvest-uk/ \ + ftp://gd.tuwien.ac.at/infosys/indexers/uk-harvest/ \ + http://www3.uniovi.es/~mirror/harvest-net/ EXTRACT_SUFX= -src.tar.gz MAINTAINER= andreas@FreeBSD.ORG |