diff options
author | garga <garga@FreeBSD.org> | 2005-11-01 01:20:07 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-11-01 01:20:07 +0800 |
commit | eaa578b21054cc9654e557a234e5b24e1fd0eea4 (patch) | |
tree | 17e2c0fb0db5e3859882b81c66ac87bd30e34ebf /games/quake3-data | |
parent | 6b4a707445d92a4ef02c923fdeae46b097d0ed00 (diff) | |
download | freebsd-ports-gnome-eaa578b21054cc9654e557a234e5b24e1fd0eea4.tar.gz freebsd-ports-gnome-eaa578b21054cc9654e557a234e5b24e1fd0eea4.tar.zst freebsd-ports-gnome-eaa578b21054cc9654e557a234e5b24e1fd0eea4.zip |
- Add MASTER_SITES mirror
- Unbraek
PR: ports/88210
Submitted by: maintainer
Diffstat (limited to 'games/quake3-data')
-rw-r--r-- | games/quake3-data/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/quake3-data/Makefile b/games/quake3-data/Makefile index d5cfe564cd36..906e61d1a266 100644 --- a/games/quake3-data/Makefile +++ b/games/quake3-data/Makefile @@ -8,15 +8,14 @@ PORTNAME= data DISTVERSION= 1.32b-3 CATEGORIES= games -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake3/linux/ +MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake3/linux/ \ + ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake3/linux/ DISTNAME= linuxq3apoint-${DISTVERSION}.x86 EXTRACT_SUFX= .run MAINTAINER= alejandro@varnet.biz COMMENT= Quake III Arena data files -BROKEN= Unfetchable - NO_BUILD= yes NO_WRKSUBDIR= yes |