diff options
author | andreas <andreas@FreeBSD.org> | 1999-08-21 17:17:47 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-08-21 17:17:47 +0000 |
commit | 19c932404231f85f6bb78d2fb3e16d5e6a3c1185 (patch) | |
tree | 476ab97b030871c61dbb28e8efcd2cead02298a4 /games/crossfire-client | |
parent | 1bef8392f52ccb00f962ebe2919cca3d970ecedf (diff) | |
download | FreeBSD-ports-19c932404231f85f6bb78d2fb3e16d5e6a3c1185.zip FreeBSD-ports-19c932404231f85f6bb78d2fb3e16d5e6a3c1185.tar.gz |
Get the sources from my personal download area.
Have no time to update the port at the moment,
but the sources aren't available anymore from the
master site...
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 4188e90..403879f 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/ \ |