diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-12 16:30:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-12 16:30:54 +0000 |
commit | 30930993e1d32c3e2cebd97e3c1d0b8c385ecc3b (patch) | |
tree | 882e96ff449ea43d9d493ba17569a3786b0040d2 /games/xemeraldia | |
parent | b288e7b44038d006ed28b63f38c217903815b580 (diff) |
- Fix MASTER_SITES
PR: 43966
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=67875
Diffstat (limited to 'games/xemeraldia')
-rw-r--r-- | games/xemeraldia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index bf3baa193f89..9a84c7d993f9 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -8,7 +8,7 @@ PORTNAME= xemeraldia PORTVERSION= 0.31 CATEGORIES= games -MASTER_SITES= http://www.rarf.riken.go.jp/archives/Linux/jg/JG-1.0/other-sources/jp/ +MASTER_SITES= http://his.luky.org/ftp/mirrors/JG/JG-1.0/other-sources/jp/ DISTNAME= xemeraldia-0.3 PATCH_SITES= ${MASTER_SITES} |