diff options
Diffstat (limited to 'games/hlserver-wizwars/Makefile')
-rw-r--r-- | games/hlserver-wizwars/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/hlserver-wizwars/Makefile b/games/hlserver-wizwars/Makefile index 9d966adeb48e..24bbcc6e9f79 100644 --- a/games/hlserver-wizwars/Makefile +++ b/games/hlserver-wizwars/Makefile @@ -9,16 +9,14 @@ PORTNAME= wizardwars PORTVERSION= 0.1.0.5 PORTREVISION= 1 PORTEPOCH= 1 -MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/wizardwars/ \ - ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/wizardwars/ +MASTER_SITES= http://bsd.gubkin.ru/myports/ \ + http://mirror.isp.net.au/ftp/pub/FreeBSD/distfiles/ #DISTNAME= wizwars_v${PORTVERSION:S/^0.//}_full DISTNAME= wizwars_v${PORTVERSION:S/0.//:S/.//g}_full MAINTAINER= ports@FreeBSD.org COMMENT= Half-Life mod Wizard Wars full server package for Linux -BROKEN= "Unfetchable" - WRKSRC= ${WRKDIR}/wizwars HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf |