diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-08 18:07:44 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-08 18:07:44 +0000 |
commit | 6900cdcea5bc4bdd7f58fe2eaa2df05fcb1bcf69 (patch) | |
tree | 98bf253c2d715f96c8c0a8b27de43c906aa57909 /games/freeciv-gtk2 | |
parent | d9f60a6eed727035b535c69b9d84f113c0cb475b (diff) | |
download | ports-6900cdcea5bc4bdd7f58fe2eaa2df05fcb1bcf69.tar.gz ports-6900cdcea5bc4bdd7f58fe2eaa2df05fcb1bcf69.zip |
Notes
Diffstat (limited to 'games/freeciv-gtk2')
-rw-r--r-- | games/freeciv-gtk2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index 4ac230d5d9c0..b1a3b5d48187 100644 --- a/games/freeciv-gtk2/Makefile +++ b/games/freeciv-gtk2/Makefile @@ -3,20 +3,19 @@ # Date created: Jun 20 1997 # Whom: ada@bsd.org # -# $Id: Makefile,v 1.17 1999/02/01 22:01:00 asami Exp $ +# $Id: Makefile,v 1.18 1999/02/03 11:11:44 asami Exp $ # DISTNAME= freeciv-1.7.2 CATEGORIES= games -MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/ \ + ftp://ftp.pvv.ntnu.no/pub/freeciv/ \ + http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= ada@bsd.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -BROKEN='no route to the *single* mastersite' - USE_BZIP2= yes GNU_CONFIGURE= yes |