diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-06-29 11:06:46 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-06-29 11:06:46 +0000 |
commit | 24aed388ad129a909ca127f5f016d2cf0ce9424d (patch) | |
tree | 13cc5099fc368a7063f50e160035ea5392733d5d /inputmethod/ja-freewnn-lib | |
parent | 65113916d2ba5baeda587d378864512d7bafc4c1 (diff) | |
download | pkgsrc-24aed388ad129a909ca127f5f016d2cf0ce9424d.tar.gz |
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
Diffstat (limited to 'inputmethod/ja-freewnn-lib')
-rw-r--r-- | inputmethod/ja-freewnn-lib/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/ja-freewnn-lib/Makefile.common b/inputmethod/ja-freewnn-lib/Makefile.common index 9d284c30f08..a6e70f83fbe 100644 --- a/inputmethod/ja-freewnn-lib/Makefile.common +++ b/inputmethod/ja-freewnn-lib/Makefile.common @@ -1,14 +1,14 @@ -# $NetBSD: Makefile.common,v 1.20 2015/06/13 20:40:30 tsutsui Exp $ +# $NetBSD: Makefile.common,v 1.21 2015/06/29 11:06:47 ryoon Exp $ # used by inputmethod/ja-freewnn-server/Makefile # used by inputmethod/ja-freewnn-lib/Makefile DISTNAME= FreeWnn-1.1.1-a023 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=freewnn/63271/} \ +MASTER_SITES= ${MASTER_SITE_OSDN:=freewnn/63271/} \ ftp://ftp.st.ryukoku.ac.jp/pub/japanese-im/FreeWnn/ CATEGORIES= inputmethod MAINTAINER= tech-pkg-ja@jp.NetBSD.org -HOMEPAGE= http://freewnn.sourceforge.jp/ +HOMEPAGE= http://freewnn.osdn.jp/ COMMENT= Japanese/Chinese/Korean input method LICENSE= gnu-gpl-v2 |