diff options
author | fenner <fenner@FreeBSD.org> | 1999-01-09 02:47:25 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-01-09 02:47:25 +0800 |
commit | 5e96677059421005f2d6d427adbd6042d3243931 (patch) | |
tree | 7912bbc16730e43abcb51db4a0186b14bdd31fc1 /www | |
parent | 76a3f9f399f2ae59209b66836b04cb436e25ce10 (diff) | |
download | freebsd-ports-gnome-5e96677059421005f2d6d427adbd6042d3243931.tar.gz freebsd-ports-gnome-5e96677059421005f2d6d427adbd6042d3243931.tar.zst freebsd-ports-gnome-5e96677059421005f2d6d427adbd6042d3243931.zip |
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
Diffstat (limited to 'www')
-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 |