diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-06 08:21:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-06 08:21:42 +0800 |
commit | 518e88026637e7ece511089e0b6896c251955f64 (patch) | |
tree | 997f78218230f42b815aafd5e0729380848676a5 /games/quake2-source/Makefile | |
parent | 8aa3506c629942098f94bcd0f7443cad48dcc018 (diff) | |
download | freebsd-ports-gnome-518e88026637e7ece511089e0b6896c251955f64.tar.gz freebsd-ports-gnome-518e88026637e7ece511089e0b6896c251955f64.tar.zst freebsd-ports-gnome-518e88026637e7ece511089e0b6896c251955f64.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>
Diffstat (limited to 'games/quake2-source/Makefile')
-rw-r--r-- | games/quake2-source/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/quake2-source/Makefile b/games/quake2-source/Makefile index 9ea39a3517ed..960e2b684a56 100644 --- a/games/quake2-source/Makefile +++ b/games/quake2-source/Makefile @@ -9,8 +9,7 @@ PORTNAME= source PORTVERSION= 3.21 CATEGORIES= games MASTER_SITES= http://www.icculus.org/quake2/files/:icc \ - ftp://ftp.idsoftware.com/idstuff/quake2/source/:id \ - ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake2/source/:id + ${MASTER_SITE_IDSOFTWARE:S|$|quake2/source/:id|} PKGNAMEPREFIX= quake2- DISTNAME= quake2-r0.16.2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:icc |