diff options
author | mef <mef@pkgsrc.org> | 2015-12-26 02:13:46 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-12-26 02:13:46 +0000 |
commit | c7393e99ddfedc88fc069b6e340c29e6a3f8f261 (patch) | |
tree | 2a0afee371c05fa05f74fd47c12bf5973d8b8050 /inputmethod | |
parent | 612e415fc297db0859c74fe6ff6774391c3fd219 (diff) | |
download | pkgsrc-c7393e99ddfedc88fc069b6e340c29e6a3f8f261.tar.gz |
- Update HOMEPAGE and MASTER_SITES based on PR pkg/50592 Thanks Takanori Ishihara
(That includes Githubify).
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim/Makefile.common | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/inputmethod/uim/Makefile.common b/inputmethod/uim/Makefile.common index 2d55444ed72..484eac59e73 100644 --- a/inputmethod/uim/Makefile.common +++ b/inputmethod/uim/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2014/04/20 06:40:00 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.13 2015/12/26 02:13:46 mef Exp $ # # used by inputmethod/uim/Makefile # used by inputmethod/uim-elisp/Makefile @@ -6,11 +6,12 @@ UIM_VERSION= 1.8.6 DISTNAME= uim-${UIM_VERSION} CATEGORIES= inputmethod -MASTER_SITES= http://uim.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=uim/} +GITHUB_RELEASE= ${DISTNAME} EXTRACT_SUFX= .tar.bz2 MAINTAINER= VEG03617@nifty.com -HOMEPAGE= http://code.google.com/p/uim/ +HOMEPAGE= https://github.com/uim/uim/wiki DISTINFO_FILE= ${.CURDIR}/../../inputmethod/uim/distinfo PATCHDIR= ${.CURDIR}/../../inputmethod/uim/patches |