diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/vegastrike-data/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |