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/linux-quake3 | |
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/linux-quake3')
-rw-r--r-- | games/linux-quake3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-quake3/Makefile b/games/linux-quake3/Makefile index ee3c43f71cdd..8a447009a03a 100644 --- a/games/linux-quake3/Makefile +++ b/games/linux-quake3/Makefile @@ -8,8 +8,8 @@ PORTNAME= quake3 DISTVERSION= 1.32b-3 CATEGORIES= games linux -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake3/linux/ \ - http://3dgamers.iinet.net.au/pub/3dgamers/games/quake3arena/ +MASTER_SITES= ${MASTER_SITE_IDSOFTWARE} +MASTER_SITE_SUBDIR= quake3/linux PKGNAMEPREFIX= linux- DISTNAME= linuxq3apoint-${DISTVERSION}.x86 EXTRACT_SUFX= .run |