diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-05-18 18:29:59 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-05-18 18:29:59 +0000 |
commit | 50107388a8cb3494a239eb80f213411bf22d97fb (patch) | |
tree | 07ad649a433eb5b90b001d52e31a5178f2d61812 /games/quake3-ra3/Makefile | |
parent | Add a missing dependency on libxml2. (diff) |
Update to 1.6
Notes
Notes:
svn path=/head/; revision=81264
Diffstat (limited to 'games/quake3-ra3/Makefile')
-rw-r--r-- | games/quake3-ra3/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile index d79041d36fda..d10998dea383 100644 --- a/games/quake3-ra3/Makefile +++ b/games/quake3-ra3/Makefile @@ -6,15 +6,14 @@ # PORTNAME?= ra3 -PORTVERSION?= 1.5 +PORTVERSION?= 1.6 CATEGORIES= games linux -MASTER_SITES?= http://www.quakeshit.com/files/ \ - ftp://ftp.gigabell.net/pub/exp/q3/mod/ra3/ \ - ftp://ftp.telekabel.at/pub/games/quake3/ra3/ \ - ftp://ftp.online.no/pub/online.no/spill/servers/quake/quake3/ra3/ +MASTER_SITES?= ftp://ftp.online.no/pub/online.no/spill/servers/quake/quake3/ra3/ \ + http://217.116.227.199/modifications/ \ + ftp://ftp.telekabel.at/pub/games/quake3/ra3/ PKGNAMEPREFIX= q3server- .ifndef(DISTNAME) -DISTFILES?= ${PORTNAME}${PORTVERSION:S/.//}cl_linuxmac.zip \ +DISTFILES?= ${PORTNAME}${PORTVERSION:S/.//}cl.zip \ ${PORTNAME}${PORTVERSION:S/.//}sv.zip .endif @@ -30,13 +29,12 @@ NO_CDROM= "Size; the data set is much too big" NO_BUILD= yes .if (${PORTNAME}==ra3) WRKSRC= ${WRKDIR}/arena -HAS_WIERDPATCHES= yes .endif .ifndef(DONT_USE_ZIP) USE_ZIP= yes .endif .if defined(HAS_WIERDPATCHES) -EXTRACT_ONLY?= ${PORTNAME}${PORTVERSION:S/.//}cl_linuxmac.zip +EXTRACT_ONLY?= ${PORTNAME}${PORTVERSION:S/.//}cl.zip .endif .ifndef(NO_WRKSUBDIR) Q3SUBDIR?= ${WRKSRC:T} |