diff options
-rw-r--r-- | games/fgfs-base/Makefile | 7 | ||||
-rw-r--r-- | games/flightgear-data/Makefile | 7 | ||||
-rw-r--r-- | games/flightgear/Makefile | 8 |
3 files changed, 19 insertions, 3 deletions
diff --git a/games/fgfs-base/Makefile b/games/fgfs-base/Makefile index be059de14741..088bb5269551 100644 --- a/games/fgfs-base/Makefile +++ b/games/fgfs-base/Makefile @@ -8,8 +8,13 @@ PORTNAME= fgfs-base PORTVERSION= 1.0.0 CATEGORIES= games +# see http://www.flightgear.org/templates.js MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Shared/ \ - ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ + ftp://ftp.de.flightgear.org/pub/fgfs/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/ MAINTAINER= ganael.laplanche@martymac.com COMMENT= FlightGear scenery, textures and aircraft models diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile index be059de14741..088bb5269551 100644 --- a/games/flightgear-data/Makefile +++ b/games/flightgear-data/Makefile @@ -8,8 +8,13 @@ PORTNAME= fgfs-base PORTVERSION= 1.0.0 CATEGORIES= games +# see http://www.flightgear.org/templates.js MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Shared/ \ - ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ + ftp://ftp.de.flightgear.org/pub/fgfs/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/ MAINTAINER= ganael.laplanche@martymac.com COMMENT= FlightGear scenery, textures and aircraft models diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 9e75f5f8af06..a02adbf30b2b 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -8,8 +8,14 @@ PORTNAME?= FlightGear PORTVERSION?= ${FGVERSION} CATEGORIES= games +# see http://www.flightgear.org/templates.js MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \ - ftp://ftp.de.flightgear.org/pub/fgfs/Source/ + ftp://ftp.de.flightgear.org/pub/fgfs/Source/ \ + ftp://ftp.kingmont.com/flightsims/flightgear/Source/ \ + ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Source/ \ + http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/ \ + http://flightgear.mxchange.org/pub/fgfs/Source/ \ + http://ftp3.linux.kiev.ua/pub/fgfs/Source/ MAINTAINER?= ganael.laplanche@martymac.com COMMENT?= The FlightGear flight simulator |