diff options
author | pav <pav@FreeBSD.org> | 2008-05-05 15:43:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-05-05 15:43:49 +0800 |
commit | 6d36fc1925e269cd12d944f2256300e4005075a5 (patch) | |
tree | 27133e0ba5703b9a2a1ff5f18f4cadbb54284352 /games/flightgear | |
parent | 13ad781f75d3442e46d6bfa242d0234f144addf5 (diff) | |
download | freebsd-ports-gnome-6d36fc1925e269cd12d944f2256300e4005075a5.tar.gz freebsd-ports-gnome-6d36fc1925e269cd12d944f2256300e4005075a5.tar.zst freebsd-ports-gnome-6d36fc1925e269cd12d944f2256300e4005075a5.zip |
- Add more downloading locations
PR: ports/123414
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Diffstat (limited to 'games/flightgear')
-rw-r--r-- | games/flightgear/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 |