diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-20 09:21:00 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-20 09:21:00 +0800 |
commit | 1f2e7eb63e7639db45c202293cf29fd6a3946231 (patch) | |
tree | 8ab59348b1014bb80c86cb5fe755170a78b5f127 /games/freeciv/Makefile | |
parent | c32591d92367e8546e1290e2e57e84cef8f45d00 (diff) | |
download | freebsd-ports-gnome-1f2e7eb63e7639db45c202293cf29fd6a3946231.tar.gz freebsd-ports-gnome-1f2e7eb63e7639db45c202293cf29fd6a3946231.tar.zst freebsd-ports-gnome-1f2e7eb63e7639db45c202293cf29fd6a3946231.zip |
Update the path for the main distribution site and remove a dysfunctional
master site.
Diffstat (limited to 'games/freeciv/Makefile')
-rw-r--r-- | games/freeciv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index bb50da3c833a..05f2bc6c6fb1 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -3,13 +3,12 @@ # Date created: Jun 20 1997 # Whom: ada@bsd.org # -# $Id: Makefile,v 1.19 1999/02/08 18:07:44 dirk Exp $ +# $Id: Makefile,v 1.20 1999/05/01 03:11:05 steve Exp $ # DISTNAME= freeciv-1.8.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/ \ - ftp://ftp.pvv.ntnu.no/pub/freeciv/ \ +MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= ada@bsd.org |