diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-07 08:22:22 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-07 08:22:22 +0000 |
commit | e7d85f94ee2532daf8cab2f43ebf9ca633616502 (patch) | |
tree | 5cdaf668623c96451cb7e22f8e632259fb95d31d /games/yamsweeper/Makefile | |
parent | fb6ae356b8db6f7f1e096a5184086e108125e03b (diff) | |
download | ports-e7d85f94ee2532daf8cab2f43ebf9ca633616502.tar.gz ports-e7d85f94ee2532daf8cab2f43ebf9ca633616502.zip |
Fix MASTER_SITES.
PR: ports/20324
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=31364
Diffstat (limited to 'games/yamsweeper/Makefile')
-rw-r--r-- | games/yamsweeper/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/yamsweeper/Makefile b/games/yamsweeper/Makefile index d616f092181d..84833ffbcd58 100644 --- a/games/yamsweeper/Makefile +++ b/games/yamsweeper/Makefile @@ -8,7 +8,10 @@ PORTNAME= yamsweeper PORTVERSION= 1.9 CATEGORIES= games -MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/os/linux/JG/JG-0.9.1/sources/ +MASTER_SITES= ftp://stardust.sfc.wide.ad.jp/pub/JG/JG-0.9.1/sources/ \ + ftp://ftp.riken.go.jp/pub/Linux/jg/JG-0.9.1/sources/ \ + ftp://ftp.eos.hokudai.ac.jp/pub/Linux/JG/JG-0.9.1/sources/ \ + ftp://mirror.nucba.ac.jp/mirror/JG/JG-0.9.1/sources/ EXTRACT_SUFX= .taz MAINTAINER= hidekazu@cs.titech.ac.jp |