diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-09 20:24:02 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-09 20:24:02 +0000 |
commit | 200796e6c561045c9c72b274964b69bfc7648908 (patch) | |
tree | 6c54ae09d4c21c7c9b8d8e601925446ddd7e138b /net/icb | |
parent | 9e96b2a02e8f52aa0ecf4b2b10643c51fc8ad64a (diff) | |
download | ports-200796e6c561045c9c72b274964b69bfc7648908.tar.gz ports-200796e6c561045c9c72b274964b69bfc7648908.zip |
Remove some stale MASTER_SITES, add some new MASTER_SITES
Remind By: Fenner's portsurvey
Notes
Notes:
svn path=/head/; revision=15233
Diffstat (limited to 'net/icb')
-rw-r--r-- | net/icb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/icb/Makefile b/net/icb/Makefile index 7075ccdda77e..bdefd8369b44 100644 --- a/net/icb/Makefile +++ b/net/icb/Makefile @@ -4,16 +4,16 @@ # Date created: Tue Feb 03, 1998 # Whom: David O'Brien (obrien@NUXI.ucdavis.edu) # -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1998/05/25 23:23:30 obrien Exp $ # DISTNAME= icb-5.0.9 CATEGORIES= net MASTER_SITES= ftp://ftp.swcp.com/pub/icb/clients/unix/ \ - ftp://ftp.swcp.com/pub/icb/clients/ \ - ftp://ftp.swcp.com/pub/icb/server/ \ ftp://ftp.empire.net/pub/icb/clients/ \ - ftp://ftp.cs.unm.edu/pub/armijo/icb.src/clients/ + ftp://ftp.cs.unm.edu/pub/armijo/icb.src/clients/ \ + ftp://ftp.dorje.com/pub/archive/ \ + ftp://ftp.tu-clausthal.de/pub/unix.new/net/ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org |