diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-05-29 09:40:30 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-05-29 09:40:30 +0000 |
commit | 691fac132daa382a81a2d86d6f5ba0865f8d396d (patch) | |
tree | 1d9300aa3a74a6b343bac6639a73e086e9284070 /games/crossfire-client | |
parent | 16358d325d430eca91be923cd5d8ac2845a2b393 (diff) | |
download | ports-691fac132daa382a81a2d86d6f5ba0865f8d396d.tar.gz ports-691fac132daa382a81a2d86d6f5ba0865f8d396d.zip |
Notes
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 b6c2040ab4e9..47a5b7ec1d63 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.13 1997/05/06 14:28:41 jfitz Exp $ +# $Id: Makefile,v 1.14 1997/05/24 13:17:09 jfitz Exp $ # DISTNAME= crossfire-0.93.0 @@ -11,8 +11,6 @@ CATEGORIES= games MASTER_SITES= ftp://ra.pyramid.com/pub/crossfire/ \ ftp://ftp.ifi.uio.no/pub/crossfire/ \ ftp://ftp.real-time.com/pub/games/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} \ |