diff options
author | tdb <tdb@FreeBSD.org> | 2006-01-17 07:11:04 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-01-17 07:11:04 +0800 |
commit | cccdb946991d8e8119f1ad5208c84962b492a2e2 (patch) | |
tree | 464dc7117f06ff19322fa4c03bf405cf8ea0ec43 /games | |
parent | e659ced373e85448b151ca8569751cc7ae2db8f1 (diff) | |
download | freebsd-ports-graphics-cccdb946991d8e8119f1ad5208c84962b492a2e2.tar.gz freebsd-ports-graphics-cccdb946991d8e8119f1ad5208c84962b492a2e2.tar.zst freebsd-ports-graphics-cccdb946991d8e8119f1ad5208c84962b492a2e2.zip |
- Update MASTER_SITES
PR: 91889
Submitted by: infofarmer@gmail.com (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-quake4/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/linux-quake4/Makefile b/games/linux-quake4/Makefile index 59c2afe3008..b10b5c1dde2 100644 --- a/games/linux-quake4/Makefile +++ b/games/linux-quake4/Makefile @@ -9,11 +9,13 @@ PORTNAME= quake4 PORTVERSION= 1.0.5 PORTEPOCH= 1 CATEGORIES= games 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/ +MASTER_SITES= http://proxy.gubkin.ru/myports/ \ + http://bsd.gubkin.ru/myports/ \ + ftp://ftp.dvo.ru/pub/distfiles/ \ + ftp://ftp.amfodent.ru/pub/FreeBSD/distfiles/ \ + ftp://ftp.idsoftware.com/idstuff/quake4/linux/ PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-linux-${PORTVERSION}.x86 +DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION}.x86 EXTRACT_SUFX= .run MAINTAINER= infofarmer@gmail.com |