diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/quake2-data/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/quake2-data/Makefile b/games/quake2-data/Makefile index 1dbd735c6b90..49a634c04cb0 100644 --- a/games/quake2-data/Makefile +++ b/games/quake2-data/Makefile @@ -8,7 +8,8 @@ PORTNAME= data PORTVERSION= 3.20 CATEGORIES= games -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake2/ +MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake2/ \ + ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake2/ DISTFILES= ${Q2FULL} DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -17,8 +18,6 @@ COMMENT= Quake II data files BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -BROKEN= Unfetchable - NO_BUILD= yes NO_WRKSUBDIR= yes |