diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-13 05:41:49 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-13 05:41:49 +0000 |
commit | d3c834df98168559fc68b027ece42eb4c4df577c (patch) | |
tree | 2fa30d8a5178550325cf8c5dbf405e987f8b423b /games/quake3-wfa/Makefile | |
parent | d5cd0b4a76977b279ea2383b345fc4a6a5366db5 (diff) |
Notes
Diffstat (limited to 'games/quake3-wfa/Makefile')
-rw-r--r-- | games/quake3-wfa/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/quake3-wfa/Makefile b/games/quake3-wfa/Makefile index 3a82ffc31fd2..f9fccbe268df 100644 --- a/games/quake3-wfa/Makefile +++ b/games/quake3-wfa/Makefile @@ -6,15 +6,15 @@ # PORTNAME= wfa -PORTVERSION= 3.0b -MASTER_SITES= ftp://mirror1.planetice.net/pub/wfa/ \ - ftp://mirror2.planetice.net/pub/wfa/ \ - http://www.webplusdesign.com/downloads/ \ - ftp://ftp.planet-multiplayer.de/pub/gamesmania/pm/q3a/win32/mods/weapon_factory/ -DISTFILES= WFA-fSetup-v30b.zip \ - WFA-f30bMaps.zip +PORTVERSION= 3.3 +MASTER_SITES= ftp://flanders.worldogl.com/wfa/ \ + ftp://urgentfury.org/pub/quake3/ \ + http://www.thunderdome.ws/files/quake3/mods/wfa_33/linux-mac/ +DISTFILES= WFA_Media_v33.zip WFA_MapPack1_v33.zip \ + WFA_MapPack2_v33.zip EXTRACT_BEFORE_ARGS= -o -qq +NO_WRKSUBDIR= yes Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 |