diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 00:26:49 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 00:26:49 +0000 |
commit | 89fc470ef1ab7061384098f779fcf82d79fed5ba (patch) | |
tree | e8bfc89a71f1debb546ad8bd1ae2fbbbe2e2f9a1 /japanese/ming | |
parent | e27c16225f54ccf86ff04238c3171a5742771d26 (diff) | |
download | ports-89fc470ef1ab7061384098f779fcf82d79fed5ba.tar.gz ports-89fc470ef1ab7061384098f779fcf82d79fed5ba.zip |
Fix unfetchable situation by putting distfile on my box.
Notes
Notes:
svn path=/head/; revision=154864
Diffstat (limited to 'japanese/ming')
-rw-r--r-- | japanese/ming/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/ming/Makefile b/japanese/ming/Makefile index 3e2d9d3bfcb4..1c2cdf85afcb 100644 --- a/japanese/ming/Makefile +++ b/japanese/ming/Makefile @@ -9,7 +9,8 @@ PORTNAME= ming PORTVERSION= 0.1.5 PORTREVISION= 2 CATEGORIES= japanese graphics -MASTER_SITES= http://blue.ribbon.to/~harpy/ming/jaming/ +MASTER_SITES= http://dist.bsdlab.org/ +#MASTER_SITES= http://blue.ribbon.to/~harpy/ming/jaming/ DISTNAME= jaming-${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org |