diff options
author | Patrick Li <pat@FreeBSD.org> | 2005-12-20 04:47:08 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2005-12-20 04:47:08 +0000 |
commit | 6209cbcd4e7320413df8355590a6232355581393 (patch) | |
tree | 65ba47cb206af8d68d4eddad63ee16beca407eab /games | |
parent | c29b09b371ede2e84f295bcbc0c9f3a84e67c6cc (diff) | |
download | ports-6209cbcd4e7320413df8355590a6232355581393.tar.gz ports-6209cbcd4e7320413df8355590a6232355581393.zip |
Notes
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 |