summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-tegaki
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-31 13:57:25 +0000
committerwiz <wiz>2014-12-31 13:57:25 +0000
commit1e643f862e9c775655ff05c49466f97e9de52640 (patch)
tree6f2607c3acaa8e555f020155e7d5a5eda8a24fd6 /inputmethod/ibus-tegaki
parentd75a0b08bb9d4ca8fc11ab081862dcbac8febdfd (diff)
downloadpkgsrc-1e643f862e9c775655ff05c49466f97e9de52640.tar.gz
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
Diffstat (limited to 'inputmethod/ibus-tegaki')
-rw-r--r--inputmethod/ibus-tegaki/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/inputmethod/ibus-tegaki/Makefile b/inputmethod/ibus-tegaki/Makefile
index 749db336734..2dfd80b1b42 100644
--- a/inputmethod/ibus-tegaki/Makefile
+++ b/inputmethod/ibus-tegaki/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:09 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2014/12/31 13:57:27 wiz Exp $
DISTNAME= ibus-tegaki-0.3.1
PKGREVISION= 2
@@ -21,7 +21,6 @@ SUBST_STAGE.epython= pre-configure
SUBST_FILES.epython= ibus-engine-tegaki.in
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
-EGG_NAME= ${DISTNAME:S/-/_/}
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-ibus-python
.include "../../lang/python/distutils.mk"