diff options
Diffstat (limited to 'games/hlserver-wasteland/Makefile')
-rw-r--r-- | games/hlserver-wasteland/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/hlserver-wasteland/Makefile b/games/hlserver-wasteland/Makefile index b637f5d7e44..25b53188543 100644 --- a/games/hlserver-wasteland/Makefile +++ b/games/hlserver-wasteland/Makefile @@ -8,16 +8,13 @@ PORTNAME= wasteland PORTVERSION= 0.2b.1 PORTREVISION= 1 -MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/wastelandhl/ \ - ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/wastelandhl/ \ - http://www.planethalflife.com/thewastes/files/:update -DISTFILES= whlbeta2_linux.tar.gz whl_b2_update.tar.gz:update +MASTER_SITES= http://bsd.gubkin.ru/myports/ \ + http://mirror.isp.net.au/ftp/pub/FreeBSD/distfiles/ +DISTFILES= whlbeta2_linux.tar.gz whl_b2_update.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Half-Life mod Wasteland full server package for Linux -BROKEN= "Unfetchable" - HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf .include "${HALFLIFE_PORT_MASTER}/Makefile" |