diff options
-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 |