diff options
author | dirk <dirk@FreeBSD.org> | 1999-02-09 02:07:44 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-02-09 02:07:44 +0800 |
commit | 3fc6ff96a916d60e00832d3cd947ff5d206af58b (patch) | |
tree | c0d0778f286bce8f91049b8f1fcfae839a0acecc /games/freeciv | |
parent | 6146b150d7f66aa48385d42a4bf29753099b9966 (diff) | |
download | freebsd-ports-gnome-3fc6ff96a916d60e00832d3cd947ff5d206af58b.tar.gz freebsd-ports-gnome-3fc6ff96a916d60e00832d3cd947ff5d206af58b.tar.zst freebsd-ports-gnome-3fc6ff96a916d60e00832d3cd947ff5d206af58b.zip |
- add more MASTER_SITES
- remove EXTRACT_SUFX=.tar.bz2 (not needed if USE_BZIP2 is defined)
- remove BROKEN
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 4ac230d5d9c0..b1a3b5d48187 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/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 |