diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-24 18:06:11 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-24 18:06:11 +0000 |
commit | fdd17161b1aaeabc8702125bd6364ba92a9ed9f2 (patch) | |
tree | eb8164905f3da037f443299e3af3548b53914f2d /games/q3server-wfa/Makefile | |
parent | Update to beta 2.3. (diff) |
- update to 3.0 beta
- add more MASTER_SITES
- include the map pack
PR: 29990
Submitted by: maintainer
Reviewed by: ade
Notes
Notes:
svn path=/head/; revision=46807
Diffstat (limited to 'games/q3server-wfa/Makefile')
-rw-r--r-- | games/q3server-wfa/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/q3server-wfa/Makefile b/games/q3server-wfa/Makefile index ac2e1a18c356..3a82ffc31fd2 100644 --- a/games/q3server-wfa/Makefile +++ b/games/q3server-wfa/Makefile @@ -6,11 +6,13 @@ # PORTNAME= wfa -PORTVERSION= 3.0a -MASTER_SITES= ftp://fileplanet.ngi.it/fileplanet2/captured/weaponsfactory/quake3/ \ +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-v30.zip \ - WFA-v30a-patch.zip +DISTFILES= WFA-fSetup-v30b.zip \ + WFA-f30bMaps.zip EXTRACT_BEFORE_ARGS= -o -qq |