diff options
author | mat <mat@FreeBSD.org> | 2015-09-05 00:02:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-09-05 00:02:16 +0800 |
commit | d4128f24283cd93f0120d4a58ec7114798bf4877 (patch) | |
tree | 2d206dd00b752621c542c0b063bec6c9471a3355 /japanese | |
parent | 8b9dfbc45e47a8dc3875beb7d9bacb1046409221 (diff) | |
download | freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.tar.gz freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.tar.zst freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.zip |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ibus-skk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/ibus-skk/Makefile b/japanese/ibus-skk/Makefile index 98b47c2cbf74..45137fec0e77 100644 --- a/japanese/ibus-skk/Makefile +++ b/japanese/ibus-skk/Makefile @@ -5,7 +5,7 @@ PORTNAME= ibus-skk PORTVERSION= 1.4.1 PORTREVISION= 3 CATEGORIES= japanese -MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/ +MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= Japanese SKK input engine for IBus @@ -16,6 +16,8 @@ LIB_DEPENDS= libskk.so:${PORTSDIR}/japanese/libskk \ USES= gettext gmake pkgconfig python USE_GNOME= intltool +USE_GITHUB= yes +GH_ACCOUNT= ueno GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share |