diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-05 07:43:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-05 07:43:49 +0000 |
commit | 1bb8ac2a10273fe49a87ad3e507ad11ebbb37ac4 (patch) | |
tree | a3c4434fd1e1e2f5659793fa6aa5ee8e442419cd /games/flightgear-data/Makefile | |
parent | 0f3bfeea314ffa6b939fcf70486e4532c7685503 (diff) | |
download | ports-1bb8ac2a10273fe49a87ad3e507ad11ebbb37ac4.tar.gz ports-1bb8ac2a10273fe49a87ad3e507ad11ebbb37ac4.zip |
- Add more downloading locations
PR: ports/123414
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=212635
Diffstat (limited to 'games/flightgear-data/Makefile')
-rw-r--r-- | games/flightgear-data/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 |