diff options
author | fenner <fenner@FreeBSD.org> | 1999-01-28 00:33:50 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-01-28 00:33:50 +0800 |
commit | dfa289c6d8ddc5de2d508e9cbd964e5ee6af4cba (patch) | |
tree | ecdaaf5cf806e5317df91e7f908ee0822cfd73cf /games/crossfire-client | |
parent | ff55972b465be1c40f0ded0cdc5f979adc34b696 (diff) | |
download | freebsd-ports-gnome-dfa289c6d8ddc5de2d508e9cbd964e5ee6af4cba.tar.gz freebsd-ports-gnome-dfa289c6d8ddc5de2d508e9cbd964e5ee6af4cba.tar.zst freebsd-ports-gnome-dfa289c6d8ddc5de2d508e9cbd964e5ee6af4cba.zip |
Remove 2 mirrors that are falling behind. (yoyo.cs.monash.edu.au
last mirrored in June 1997; ftp.cs.city.ua in May 1998)
Diffstat (limited to 'games/crossfire-client')
-rw-r--r-- | games/crossfire-client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index bdab817ea496..4188e90dd409 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -3,7 +3,7 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.24 1998/09/17 00:32:32 asami Exp $ +# $Id: Makefile,v 1.25 1998/09/28 02:06:11 steve Exp $ # DISTNAME= crossfire-${MAJ}.${MIN}.${PL} @@ -11,8 +11,6 @@ CATEGORIES= games MASTER_SITES= ftp://ftp.real-time.com/pub/games/crossfire/ \ ftp://ftp.ifi.uio.no/pub/crossfire/ \ ftp://ftp.pyramid.com/pub/crossfire/ \ - ftp://yoyo.cc.monash.edu.au/pub/crossfire/ \ - ftp://ftp.cs.city.ac.uk/pub/games/crossfire/ \ ftp://ftp.sunet.se/pub/unix/games/crossfire/ \ ftp://ftp.cs.titech.ac.jp/pub/games/crossfire/ DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \ |