diff options
author | billf <billf@FreeBSD.org> | 1998-12-10 04:24:02 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-10 04:24:02 +0800 |
commit | c3420ff9603a34263fcf9c44567e37dc70e5a89f (patch) | |
tree | fdeb0574d518f66b2f28700198767e768d5735fd /net-im | |
parent | 8c28d902d2fe6a5aefe49215b5f11c371cf88467 (diff) | |
download | freebsd-ports-gnome-c3420ff9603a34263fcf9c44567e37dc70e5a89f.tar.gz freebsd-ports-gnome-c3420ff9603a34263fcf9c44567e37dc70e5a89f.tar.zst freebsd-ports-gnome-c3420ff9603a34263fcf9c44567e37dc70e5a89f.zip |
Remove some stale MASTER_SITES, add some new MASTER_SITES
Remind By: Fenner's portsurvey
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/icb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/icb/Makefile b/net-im/icb/Makefile index 7075ccdda77e..bdefd8369b44 100644 --- a/net-im/icb/Makefile +++ b/net-im/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 |