summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-skk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-08-11 12:44:58 +0000
committerobache <obache@pkgsrc.org>2010-08-11 12:44:58 +0000
commit8857dad6effb1b4f45ee6b462a80b3ba7b0a8f3f (patch)
tree78067b706f946b4641beb272823a92e36fedb7ad /inputmethod/ibus-skk
parent73bde0448c28f458b4a75e85369ce967b1424eb2 (diff)
downloadpkgsrc-8857dad6effb1b4f45ee6b462a80b3ba7b0a8f3f.tar.gz
Fxies python path.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod/ibus-skk')
-rw-r--r--inputmethod/ibus-skk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/inputmethod/ibus-skk/Makefile b/inputmethod/ibus-skk/Makefile
index 4d15a6391af..45c8468002c 100644
--- a/inputmethod/ibus-skk/Makefile
+++ b/inputmethod/ibus-skk/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 02:07:12 obache Exp $
+# $NetBSD: Makefile,v 1.2 2010/08/11 12:44:58 obache Exp $
#
DISTNAME= ibus-skk-0.0.10
+PKGREVISION= 1
CATEGORIES= inputmethod japanese
MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/
@@ -23,6 +24,11 @@ SUBST_STAGE.prefix= post-configure
SUBST_FILES.prefix= setup/config.py
SUBST_SED.prefix= -e 's|/usr/local|${PREFIX}|g'
+SUBST_CLASSES+= epython
+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 "../../devel/gettext-lib/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"