From ae38912eb3f23c12da70f97b15b8d39ea79c1cce Mon Sep 17 00:00:00 2001 From: danfe Date: Tue, 15 Nov 2016 02:30:37 +0000 Subject: Provide two additional mirrors for that large (427M) distfile: not all SF sites seem to carry it and those that do can be slow at times. Submitted by: tz, rea --- games/vegastrike-data/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/vegastrike-data/Makefile b/games/vegastrike-data/Makefile index 99e96428ba12..af02b5e89e1d 100644 --- a/games/vegastrike-data/Makefile +++ b/games/vegastrike-data/Makefile @@ -5,7 +5,9 @@ PORTNAME= vegastrike PORTVERSION= 0.5.1.r1 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.1/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ \ + http://ports.toco-domains.de/ \ + http://dist.codelabs.ru/fbsd/ports/vegastrike/ PKGNAMESUFFIX= -data DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -- cgit