diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-31 17:19:28 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-31 17:19:28 +0000 |
commit | 41b7bfaf51a3eccf1f06cd327e4af528f82d95b3 (patch) | |
tree | 4a92e1c08914f39d4ad6b277d022c83909695409 /games | |
parent | 92623f3d72d43f4d3a607c6a67d59347062af681 (diff) | |
download | ports-41b7bfaf51a3eccf1f06cd327e4af528f82d95b3.tar.gz ports-41b7bfaf51a3eccf1f06cd327e4af528f82d95b3.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/quake2-data/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/quake2-data/Makefile b/games/quake2-data/Makefile index 1dbd735c6b90..49a634c04cb0 100644 --- a/games/quake2-data/Makefile +++ b/games/quake2-data/Makefile @@ -8,7 +8,8 @@ PORTNAME= data PORTVERSION= 3.20 CATEGORIES= games -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake2/ +MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake2/ \ + ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake2/ DISTFILES= ${Q2FULL} DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -17,8 +18,6 @@ COMMENT= Quake II data files BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -BROKEN= Unfetchable - NO_BUILD= yes NO_WRKSUBDIR= yes |