diff options
author | obache <obache@pkgsrc.org> | 2010-08-08 00:46:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-08 00:46:45 +0000 |
commit | 854a114cdb592cf47970c35772f1f5c7ce1af9ba (patch) | |
tree | 38f701b3977d329f68fcce087f368e415bc0e858 /inputmethod | |
parent | 85dde1b3d05996221f166156b56b4fa70eaa509a (diff) | |
download | pkgsrc-854a114cdb592cf47970c35772f1f5c7ce1af9ba.tar.gz |
using distutils.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-tegaki/Makefile | 8 | ||||
-rw-r--r-- | inputmethod/ibus-tegaki/PLIST | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/inputmethod/ibus-tegaki/Makefile b/inputmethod/ibus-tegaki/Makefile index 62e34d43332..8e3667b9423 100644 --- a/inputmethod/ibus-tegaki/Makefile +++ b/inputmethod/ibus-tegaki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/08/08 00:42:23 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/08 00:46:45 obache Exp $ # DISTNAME= ibus-tegaki-0.3.1 @@ -17,13 +17,13 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -PYDISTUTILSPKG= yes - SUBST_CLASSES+= epython SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= ibus-engine-tegaki.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' -.include "../../lang/python/extension.mk" +EGG_NAME= ${DISTNAME:S/-/_/} + +.include "../../lang/python/distutils.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/ibus-tegaki/PLIST b/inputmethod/ibus-tegaki/PLIST index 67200b3d2cf..1df6eb500d0 100644 --- a/inputmethod/ibus-tegaki/PLIST +++ b/inputmethod/ibus-tegaki/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/08 00:42:23 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/08/08 00:46:45 obache Exp $ lib/ibus-tegaki/ibus-engine-tegaki +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} share/ibus-tegaki/engine/__init__.py share/ibus-tegaki/engine/engine.py share/ibus-tegaki/engine/factory.py |