diff options
author | arved <arved@FreeBSD.org> | 2011-08-09 02:58:36 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-08-09 02:58:36 +0800 |
commit | 634798ffc8d16d9faa5b7f61a9d961f4f9152336 (patch) | |
tree | 431a8c1e1390c73adc66dd94d259594213c283d3 /games | |
parent | 623b3d235aa914352e2b04f6fceae2ed10b71d64 (diff) | |
download | freebsd-ports-graphics-634798ffc8d16d9faa5b7f61a9d961f4f9152336.tar.gz freebsd-ports-graphics-634798ffc8d16d9faa5b7f61a9d961f4f9152336.tar.zst freebsd-ports-graphics-634798ffc8d16d9faa5b7f61a9d961f4f9152336.zip |
Fix MASTER_SITES
PR: 159441
Submitted by: KATO Tsuguru
Diffstat (limited to 'games')
-rw-r--r-- | games/cosmo/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/games/cosmo/Makefile b/games/cosmo/Makefile index a44b3e6eaca..0234de92a89 100644 --- a/games/cosmo/Makefile +++ b/games/cosmo/Makefile @@ -9,17 +9,19 @@ PORTNAME= cosmo PORTVERSION= 2.0.4 PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= ftp://133.25.251.9/pub/linux/Vine/VinePlus/1.1/JG-0.9.1/other-sources/jp/ \ - ftp://ftp.uni-erlangen.de/.mirrors/ftpbsd/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/cosmo/ +MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ + http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \ + http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \ + http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/ +MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/other-sources/jp DISTFILES= ${DISTNAME}${EXTRACT_SUFX} moon.tif.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Clone of Cosmo Gang the Puzzle (Namco) -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - NO_CDROM= Possible copyright infringement WRKSRC= ${WRKDIR}/cosmo2 |