diff options
Diffstat (limited to 'games/q3server-ut/Makefile')
-rw-r--r-- | games/q3server-ut/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/games/q3server-ut/Makefile b/games/q3server-ut/Makefile index 1403f0a..d685bbb 100644 --- a/games/q3server-ut/Makefile +++ b/games/q3server-ut/Makefile @@ -6,15 +6,20 @@ # PORTNAME= ut -PORTVERSION= b2.2 -MASTER_SITES= http://www.masterblaster.dk/ \ +PORTVERSION= b2.3 +MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/quake3/modifications/urbanterror/ \ + http://www.clandvs.com/downloads/ \ + ftp://www.gamechannel.de/gcpro/ \ http://files.gamesmania.de/gamesmania/urbanter/ \ http://www.progamers.cz/files/ \ - http://www.unigames.com.br/q3ut/ + http://hoffmann.laurent.free.fr/ \ + http://www.unigames.com.br/q3ut/ \ + http://62.180.57.56/files/ DISTFILES= q3${PORTNAME}2.zip \ - q3${PORTNAME}2_patch20to22.zip + q3${PORTNAME}2_patch20to23.zip WRKSRC= ${WRKDIR}/q3ut2 +EXTRACT_BEFORE_ARGS= -o -qq HAS_WIERDPATCHES= yes EXTRACT_ONLY= q3${PORTNAME}2.zip |