diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-11-23 13:33:32 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-11-23 13:33:32 +0000 |
commit | f05418f618956a254e47fc63bdd12276b772a1e0 (patch) | |
tree | bc86f7b08e9fd47ba0bb5f8f15b21e2dab5d2a8f /games/flightgear-data | |
parent | b599caa8cde5a3be24e83fd96b3a0fc93fdfb65e (diff) |
Notes
Diffstat (limited to 'games/flightgear-data')
-rw-r--r-- | games/flightgear-data/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile index f720e3639d85..55bbaade22c3 100644 --- a/games/flightgear-data/Makefile +++ b/games/flightgear-data/Makefile @@ -7,20 +7,20 @@ PORTNAME= FlightGear-data PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= games # see http://www.flightgear.org/templates.js -MASTER_SITES= ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ \ +MASTER_SITES= http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/ \ + http://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/ \ ftp://ftp.kingmont.com/flightsims/flightgear/Shared/ \ - ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/ \ - http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/ \ - http://ftp3.linux.kiev.ua/pub/fgfs/Shared/ \ - ftp://ftp.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/ \ - ftp://ftp.flightgear.org/pub/fgfs/Shared/ \ - ftp://ftp.is.co.za/pub/games/flightgear/ftp/Shared/ + ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ \ + ftp://flightgear.wo0t.de/flightgear-ftp/ftp/Shared/ MAINTAINER= martymac@FreeBSD.org COMMENT= FlightGear scenery, textures and aircraft models +LICENSE= GPLv2 + NO_BUILD= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/data |