diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-01-09 17:27:33 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-01-09 17:27:33 +0000 |
commit | fe80f3ff8a2e2131c96dd6ecda6c59b1e79bcd0d (patch) | |
tree | 485c3c4651927a8b87385384eca1571aeb6360dc /games/xemeraldia/Makefile | |
parent | Fix Makefile and pod2man problem. (diff) |
Change master site.
ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/mar/xemeraldia-0.3.tar.gz:
changing directory Usenet 550 Usenet: No such file or directory.
(Last OK result Tue Nov 21 9:44:21 2000 )
PR: 24155
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Notes
Notes:
svn path=/head/; revision=37020
Diffstat (limited to 'games/xemeraldia/Makefile')
-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 2c9503ba04a9..c4e7a39fed04 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -8,10 +8,10 @@ PORTNAME= xemeraldia PORTVERSION= 0.31 CATEGORIES= games -MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/mar/ +MASTER_SITES= http://gluon.ph.sophia.ac.jp/~ftp/UNIX/src/games/ DISTNAME= xemeraldia-0.3 -PATCH_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/apr/ +PATCH_SITES= http://gluon.ph.sophia.ac.jp/~ftp/UNIX/src/games/ PATCHFILES= xemeraldia-0.3to0.31.patch.gz PATCH_DIST_STRIP= -p1 |