diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:19:56 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:19:56 +0800 |
commit | 37d99afcf6025663981fca3897b533e5c41ab214 (patch) | |
tree | 3ad4a54fd0661ae515ad71b6a353774dfdbb76c0 /games | |
parent | 1530f0664cf97e23b11fea5e6be8e015ebe3b4c8 (diff) | |
download | freebsd-ports-gnome-37d99afcf6025663981fca3897b533e5c41ab214.tar.gz freebsd-ports-gnome-37d99afcf6025663981fca3897b533e5c41ab214.tar.zst freebsd-ports-gnome-37d99afcf6025663981fca3897b533e5c41ab214.zip |
Fix MASTER_SITES
PR: 159466
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/xpuzzletama/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/games/xpuzzletama/Makefile b/games/xpuzzletama/Makefile index 14991d7aa7d3..6c4a0d4df4fe 100644 --- a/games/xpuzzletama/Makefile +++ b/games/xpuzzletama/Makefile @@ -9,9 +9,13 @@ PORTNAME= xpuzzletama PORTVERSION= 1.5b PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.hanzubon.org/mirrors/Vine/VinePlus/1.1/JG-0.9.1/sources/ \ - http://hanzubon.jp/Vine/VinePlus/1.1/JG-0.9.1/sources/ \ - http://ftp.ussg.iu.edu/FreeBSD/ports/distfiles/ +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/sources MAINTAINER= ports@FreeBSD.org COMMENT= Puzzle tama, a tetris like game |