aboutsummaryrefslogtreecommitdiff
path: root/games/quake-data
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-31 17:18:52 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-31 17:18:52 +0000
commit92623f3d72d43f4d3a607c6a67d59347062af681 (patch)
tree6c9017ca02691a7c8fc4285e134ac96b3b9aa90d /games/quake-data
parent46e48c3ba0cb69ead5e61669a7661b402592b919 (diff)
downloadports-92623f3d72d43f4d3a607c6a67d59347062af681.tar.gz
ports-92623f3d72d43f4d3a607c6a67d59347062af681.zip
Notes
Diffstat (limited to 'games/quake-data')
-rw-r--r--games/quake-data/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/quake-data/Makefile b/games/quake-data/Makefile
index 78ab6e6e2c02..29dba8a222a9 100644
--- a/games/quake-data/Makefile
+++ b/games/quake-data/Makefile
@@ -41,13 +41,15 @@ PLIST_SUB+= FULL="@comment "
.endif
.if defined(WITH_QUAKEWORLD)
-MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw
+MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw \
+ ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/unix/:qw
DISTFILES+= ${PROGFILE}:qw
EXTRACT_ONLY+= ${PROGFILE}
PLIST_SUB+= QUAKEWORLD=""
.if defined(WITH_QUAKEWORLD_SKINS)
-MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/skins/:skins
+MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/skins/:skins \
+ ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/skins/:skins
DISTFILES+= ${SKINFILES:S/$/:skins/}
EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
PLIST_SUB+= QUAKEWORLD_SKINS=""