diff options
author | rxg <rxg@pkgsrc.org> | 2006-01-21 11:55:14 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2006-01-21 11:55:14 +0000 |
commit | 70970832091b273e2b73e050a272246471ac800f (patch) | |
tree | d7b3344c84c62bc3108af498648f0f5fb528bae3 /inputmethod/anthy | |
parent | 248ccaf62df73bbfa3f7408cef6b5e9d3e5d883d (diff) | |
download | pkgsrc-70970832091b273e2b73e050a272246471ac800f.tar.gz |
Use MASTER_SITE_SOURCEFORGE_JP.
Diffstat (limited to 'inputmethod/anthy')
-rw-r--r-- | inputmethod/anthy/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/anthy/Makefile.common b/inputmethod/anthy/Makefile.common index c352542afd0..f5ca9582ba9 100644 --- a/inputmethod/anthy/Makefile.common +++ b/inputmethod/anthy/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.3 2005/09/05 15:00:09 taya Exp $ +# $NetBSD: Makefile.common,v 1.4 2006/01/21 12:00:20 rxg Exp $ ANTHY_VERSION= 6700b DISTNAME= anthy-${ANTHY_VERSION} CATEGORIES= inputmethod -MASTER_SITES= http://downloads.sourceforge.jp/anthy/15414/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=anthy/15414/} DISTFILES= ${DISTNAME}.tar.gz DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo |