diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-14 10:28:51 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-14 10:28:51 +0800 |
commit | 2c93f8a5fbf6be6f94accf24078248547c20b70c (patch) | |
tree | 54c8564a341b240d519bf94c3c7320bd785314cd /games | |
parent | a1d1bd6b419954a54ba613a628afa4984399b4c8 (diff) | |
download | freebsd-ports-gnome-2c93f8a5fbf6be6f94accf24078248547c20b70c.tar.gz freebsd-ports-gnome-2c93f8a5fbf6be6f94accf24078248547c20b70c.tar.zst freebsd-ports-gnome-2c93f8a5fbf6be6f94accf24078248547c20b70c.zip |
update MASTER_SITE
PR: 38042
Submitted by: Ports Fury
Diffstat (limited to 'games')
-rw-r--r-- | games/xemeraldia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index c4e7a39fed04..bf3baa193f89 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -8,10 +8,10 @@ PORTNAME= xemeraldia PORTVERSION= 0.31 CATEGORIES= games -MASTER_SITES= http://gluon.ph.sophia.ac.jp/~ftp/UNIX/src/games/ +MASTER_SITES= http://www.rarf.riken.go.jp/archives/Linux/jg/JG-1.0/other-sources/jp/ DISTNAME= xemeraldia-0.3 -PATCH_SITES= http://gluon.ph.sophia.ac.jp/~ftp/UNIX/src/games/ +PATCH_SITES= ${MASTER_SITES} PATCHFILES= xemeraldia-0.3to0.31.patch.gz PATCH_DIST_STRIP= -p1 |