diff options
author | krion <krion@FreeBSD.org> | 2005-01-02 15:30:42 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-02 15:30:42 +0000 |
commit | 05ee5f82c87a94676dd54f612a2184d7968dfb9e (patch) | |
tree | b369d3a569e01badb8093c9406c2d0eca4d753af /games | |
parent | 2c4417c2c1449b2b8ba4be1bb78ffec4447f4b10 (diff) | |
download | FreeBSD-ports-05ee5f82c87a94676dd54f612a2184d7968dfb9e.zip FreeBSD-ports-05ee5f82c87a94676dd54f612a2184d7968dfb9e.tar.gz |
Add MASTER_SITES for better redundancy.
Approved by: portmgr (implicit)
Diffstat (limited to 'games')
-rw-r--r-- | games/xasteroids/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile index 8cfd4bb..b5a37ab 100644 --- a/games/xasteroids/Makefile +++ b/games/xasteroids/Makefile @@ -8,7 +8,9 @@ PORTNAME= xasteroids PORTVERSION= 5.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.x.org/pub/R5contrib/ +MASTER_SITES= ftp://ftp.isst.fhg.de/pub/windows/X/notinstalled_pack/ \ + ftp://ftp.opengroup.org/pub/ftp.x.org/R5contrib/ \ + ftp://ftp.x.org/pub/R5contrib/ DISTFILES= xasteroids.sh.Z MAINTAINER= ports@FreeBSD.org |