diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-03-17 01:22:53 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-03-17 01:22:53 +0000 |
commit | 61405a8990451bcfd70a945852a0d686449806ef (patch) | |
tree | 6a4e07f6858f8b0e94dfc42ac3ee2e181d1630fc /inputmethod/ibus-skk | |
parent | 94f19a367e9325324a9fa00228c5d92ef9f7b93d (diff) | |
download | pkgsrc-61405a8990451bcfd70a945852a0d686449806ef.tar.gz |
Use GITHUB framework
Diffstat (limited to 'inputmethod/ibus-skk')
-rw-r--r-- | inputmethod/ibus-skk/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/inputmethod/ibus-skk/Makefile b/inputmethod/ibus-skk/Makefile index 1f3038d6703..cd014c72480 100644 --- a/inputmethod/ibus-skk/Makefile +++ b/inputmethod/ibus-skk/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.37 2018/03/12 11:16:54 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2018/03/17 01:23:20 ryoon Exp $ # DISTNAME= ibus-skk-1.4.3 PKGREVISION= 1 CATEGORIES= inputmethod japanese -MASTER_SITES= https://github.com/ueno/ibus-skk/releases/download/${DISTNAME}/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=ueno/} +GITHUB_PROJECT= ${PKGBASE} +GITHUB_RELEASE= ${DISTNAME} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org |