diff options
author | obache <obache@pkgsrc.org> | 2010-08-11 12:59:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-11 12:59:35 +0000 |
commit | d9205f8025d8a616e456346053e7dbb494691334 (patch) | |
tree | eff268c4f4ee3db868a5f28f9ffc2d2c57627b35 | |
parent | 54a6e701a4168978daeeb788a6adc4e169319805 (diff) | |
download | pkgsrc-d9205f8025d8a616e456346053e7dbb494691334.tar.gz |
Using localedir.
-rw-r--r-- | inputmethod/ibus-skk/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/inputmethod/ibus-skk/Makefile b/inputmethod/ibus-skk/Makefile index 45c8468002c..15e20a2a2f9 100644 --- a/inputmethod/ibus-skk/Makefile +++ b/inputmethod/ibus-skk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/08/11 12:44:58 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/08/11 12:59:35 obache Exp $ # DISTNAME= ibus-skk-0.0.10 @@ -15,9 +15,10 @@ DEPENDS+= ibus-[0-9]*:../../inputmethod/ibus PKG_DESTDIR_SUPPORT= user-destdir -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= gmake intltool msgfmt +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake intltool msgfmt SUBST_CLASSES+= prefix SUBST_STAGE.prefix= post-configure @@ -29,6 +30,8 @@ SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= engine/ibus-engine-skk.in setup/ibus-setup-skk.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' +.include "../../inputmethod/ibus/bad-env-usage.mk" + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |