diff options
author | jkim <jkim@FreeBSD.org> | 2011-08-23 04:25:02 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2011-08-23 04:25:02 +0800 |
commit | 45c2ddfa3936664070d63f69abacddc1609b165a (patch) | |
tree | 46eae418d83093101c19a4e635302c02f42829b8 /korean | |
parent | c4f090bd5cb1b7a8997dad61ea2ff2b1ac155ffb (diff) | |
download | freebsd-ports-graphics-45c2ddfa3936664070d63f69abacddc1609b165a.tar.gz freebsd-ports-graphics-45c2ddfa3936664070d63f69abacddc1609b165a.tar.zst freebsd-ports-graphics-45c2ddfa3936664070d63f69abacddc1609b165a.zip |
Fix locale directories using gnomehack.
Reported by: pointyhat
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ibus-hangul/Makefile | 2 | ||||
-rw-r--r-- | korean/ibus-hangul/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile index 75860b05db8..d60d1c1081b 100644 --- a/korean/ibus-hangul/Makefile +++ b/korean/ibus-hangul/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= intltool pkgconfig +USE_GNOME= gnomehack intltool pkgconfig USE_PYTHON= yes post-install: diff --git a/korean/ibus-hangul/pkg-plist b/korean/ibus-hangul/pkg-plist index 720b90a84af..30861fefece 100644 --- a/korean/ibus-hangul/pkg-plist +++ b/korean/ibus-hangul/pkg-plist @@ -1,5 +1,3 @@ -lib/locale/ko/LC_MESSAGES/ibus-hangul.mo -lib/locale/zh_CN/LC_MESSAGES/ibus-hangul.mo libexec/ibus-engine-hangul libexec/ibus-setup-hangul share/ibus/component/hangul.xml @@ -17,6 +15,8 @@ share/ibus/component/hangul.xml %%DATADIR%%/setup/main.pyc %%DATADIR%%/setup/main.pyo %%DATADIR%%/setup/setup.ui +share/locale/ko/LC_MESSAGES/ibus-hangul.mo +share/locale/zh_CN/LC_MESSAGES/ibus-hangul.mo @dirrm %%DATADIR%%/data @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%%/setup |