diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-31 17:20:07 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-31 17:20:07 +0000 |
commit | 503edc684082f792ace3e218abaf98c8889bad97 (patch) | |
tree | 1c4477f2bd88c1718d9b79918e046f984ff9bc31 /games/quake3-data | |
parent | 41b7bfaf51a3eccf1f06cd327e4af528f82d95b3 (diff) |
- Add MASTER_SITES mirror
- Unbraek
PR: ports/88210
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=146846
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 |