diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 02:51:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 02:51:38 +0000 |
commit | 758d4bd9f91f5b0ab95109c651bd01915d7c9af6 (patch) | |
tree | 2089c8034c7f0c87000b48bbf968df31ae9bb86c /games | |
parent | Fix build. (diff) |
maintainer-update games/linux-quake4
Make linux-quake4 fetchable.
Reported by: Kris Kennaway
Oh man, we need to support torrent links in bsd.port.mk.
See also bin/89403
PR: ports/89299
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Notes
Notes:
svn path=/head/; revision=148994
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-quake4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/linux-quake4/Makefile b/games/linux-quake4/Makefile index da6240e6e8dc..59c2afe3008a 100644 --- a/games/linux-quake4/Makefile +++ b/games/linux-quake4/Makefile @@ -9,7 +9,9 @@ PORTNAME= quake4 PORTVERSION= 1.0.5 PORTEPOCH= 1 CATEGORIES= games linux -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake4/linux/ +MASTER_SITES= ftp://3dgr35g:mr23g239a@3dgamers.mirror.internode.on.net/3dgamers/games/quake4/ \ + ftp://ftp.idsoftware.com/idstuff/quake4/linux/ \ + http://bsd.gubkin.ru/myports/ PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}-linux-${PORTVERSION}.x86 EXTRACT_SUFX= .run |