diff options
author | garga <garga@FreeBSD.org> | 2005-11-01 01:19:28 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-11-01 01:19:28 +0800 |
commit | 6b4a707445d92a4ef02c923fdeae46b097d0ed00 (patch) | |
tree | f3cb48ec95d3886c6f818c8239b31a8ddd7bf5b8 /games/quake2-data | |
parent | e789e27264df1fed1629231e6322b0a906c7e288 (diff) | |
download | freebsd-ports-gnome-6b4a707445d92a4ef02c923fdeae46b097d0ed00.tar.gz freebsd-ports-gnome-6b4a707445d92a4ef02c923fdeae46b097d0ed00.tar.zst freebsd-ports-gnome-6b4a707445d92a4ef02c923fdeae46b097d0ed00.zip |
- Add MASTER_SITES mirrot
- Unbraek
PR: ports/88209
Submitted by: maintainer
Diffstat (limited to 'games/quake2-data')
-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 |