diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-08-21 17:17:47 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-08-21 17:17:47 +0000 |
commit | 44c4e486e8af5bd0497723856b7536a3d3465216 (patch) | |
tree | 6fe7b8485cafbeb1fd83cb707fe46a29ab03e38f /games/crossfire-client | |
parent | 53e2c71f008d72a98c3de743f4c82d111f2372e9 (diff) | |
download | ports-44c4e486e8af5bd0497723856b7536a3d3465216.tar.gz ports-44c4e486e8af5bd0497723856b7536a3d3465216.zip |
Notes
Diffstat (limited to 'games/crossfire-client')
-rw-r--r-- | games/crossfire-client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 4188e90dd409..403879f03d7b 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -3,12 +3,13 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.25 1998/09/28 02:06:11 steve Exp $ +# $Id: Makefile,v 1.26 1999/01/27 16:33:50 fenner Exp $ # DISTNAME= crossfire-${MAJ}.${MIN}.${PL} CATEGORIES= games -MASTER_SITES= ftp://ftp.real-time.com/pub/games/crossfire/ \ +MASTER_SITES= http://www.FreeBSD.org/~andreas/download/ \ + ftp://ftp.real-time.com/pub/games/crossfire/ \ ftp://ftp.ifi.uio.no/pub/crossfire/ \ ftp://ftp.pyramid.com/pub/crossfire/ \ ftp://ftp.sunet.se/pub/unix/games/crossfire/ \ |