aboutsummaryrefslogtreecommitdiff
path: root/games/quake-data
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-04-06 00:21:42 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-04-06 00:21:42 +0000
commita70669db128f5ae07df42f1b7b0b90106e391205 (patch)
treecd749bb39ef73f3b35090b9390c2753ae9420e42 /games/quake-data
parent9df4be53d7d8a01be966e77c06ec797152d773ef (diff)
downloadports-a70669db128f5ae07df42f1b7b0b90106e391205.tar.gz
ports-a70669db128f5ae07df42f1b7b0b90106e391205.zip
[PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE
This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to bsd.sites.mk and adds it to the following ports: games/doom games/linux-quake3 games/linux-quake4 games/qcc games/quake-data games/quake-source games/quake2-data games/quake2-source games/quake2forge games/quake2lnx games/quake3 games/quake3-data games/rtcw PR: ports/93546 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Notes
Notes: svn path=/head/; revision=158918
Diffstat (limited to 'games/quake-data')
-rw-r--r--games/quake-data/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/quake-data/Makefile b/games/quake-data/Makefile
index 3be6138d46f4..42b76bfc8289 100644
--- a/games/quake-data/Makefile
+++ b/games/quake-data/Makefile
@@ -44,15 +44,13 @@ PLIST_SUB+= FULL="@comment "
.endif
.if defined(WITH_QUAKEWORLD)
-MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw \
- ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/unix/:qw
+MASTER_SITES+= ${MASTER_SITE_IDSOFTWARE:S|$|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 \
- ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/skins/:skins
+MASTER_SITES+= ${MASTER_SITE_IDSOFTWARE:S|$|quakeworld/skins/:skins|}
DISTFILES+= ${SKINFILES:S/$/:skins/}
EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
PLIST_SUB+= QUAKEWORLD_SKINS=""