diff options
author | pat <pat@FreeBSD.org> | 2005-12-20 12:47:08 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2005-12-20 12:47:08 +0800 |
commit | 7946958b2e6537e96bc434b77a8991d70e00a5d8 (patch) | |
tree | 04b4444831e26fdb5273b703d4a0bc8620deb17b /games | |
parent | f80d60ea6cb8faec1d31130f31b08ac0604a8c5c (diff) | |
download | freebsd-ports-gnome-7946958b2e6537e96bc434b77a8991d70e00a5d8.tar.gz freebsd-ports-gnome-7946958b2e6537e96bc434b77a8991d70e00a5d8.tar.zst freebsd-ports-gnome-7946958b2e6537e96bc434b77a8991d70e00a5d8.zip |
Update MASTER_SITES
PR: ports/90363
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-quake3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/linux-quake3/Makefile b/games/linux-quake3/Makefile index 34856b02c070..ee3c43f71cdd 100644 --- a/games/linux-quake3/Makefile +++ b/games/linux-quake3/Makefile @@ -8,7 +8,8 @@ PORTNAME= quake3 DISTVERSION= 1.32b-3 CATEGORIES= games linux -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake3/linux/ +MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake3/linux/ \ + http://3dgamers.iinet.net.au/pub/3dgamers/games/quake3arena/ PKGNAMEPREFIX= linux- DISTNAME= linuxq3apoint-${DISTVERSION}.x86 EXTRACT_SUFX= .run |