From 92623f3d72d43f4d3a607c6a67d59347062af681 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 31 Oct 2005 17:18:52 +0000 Subject: [PATCH] - Add MASTER_SITES mirror PR: ports/88208 Submitted by: maintainer --- games/quake-data/Makefile | 6 ++++-- 1 file 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=""