diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-13 00:30:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-13 00:30:54 +0800 |
commit | 4ab00ee246ca28bf5bae37ebd0df6c7ffc6d744a (patch) | |
tree | 9e6c7ad52e1862ab201587d0a6f18c49280be480 /games | |
parent | d64a66e999abc3603f7fd071de9d9c042e1db66f (diff) | |
download | freebsd-ports-gnome-4ab00ee246ca28bf5bae37ebd0df6c7ffc6d744a.tar.gz freebsd-ports-gnome-4ab00ee246ca28bf5bae37ebd0df6c7ffc6d744a.tar.zst freebsd-ports-gnome-4ab00ee246ca28bf5bae37ebd0df6c7ffc6d744a.zip |
- Fix MASTER_SITES
PR: 43966
Submitted by: Ports Fury
Diffstat (limited to 'games')
-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} |