diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-05-28 16:02:39 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-05-28 16:02:39 +0000 |
commit | 355fe68c3d0b180a552a3c9dd509163ac341e101 (patch) | |
tree | 92f6411b1a369cab01c7b6ff49daa2c1c7367258 /www/harvest | |
parent | Upgrade to 0527 (diff) |
town.hall.org isn't a good MASTER_SITE; it answers with:
Greetings - The system town.hall.org ftp archives are currently
off-line.
Found by: distfile checker
Notes
Notes:
svn path=/head/; revision=6592
Diffstat (limited to 'www/harvest')
-rw-r--r-- | www/harvest/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/harvest/Makefile b/www/harvest/Makefile index cd41d135675f..7fff37f4c27f 100644 --- a/www/harvest/Makefile +++ b/www/harvest/Makefile @@ -3,14 +3,13 @@ # Date created: Fri Mar 1 19:43:52 MET 1996 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.3 1996/10/19 09:14:30 andreas Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:41:01 asami Exp $ # DISTNAME= harvest-1.4.pl2 PKGNAME= harvest-1.4.2 CATEGORIES= www -MASTER_SITES= ftp://ftp.town.hall.org/pub/harvest/ \ - ftp://ftp.cs.colorado.edu/pub/distribs/harvest/ \ +MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/distribs/harvest/ \ ftp://ftp.ask.uni-karlsruhe.de/pub/infosystems/harvest/ \ ftp://ftp.sunet.se/pub/nir/harvest/ EXTRACT_SUFX= -src.tar.gz |