summaryrefslogtreecommitdiff
path: root/inputmethod/tegaki-tools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-31 13:57:25 +0000
committerwiz <wiz@pkgsrc.org>2014-12-31 13:57:25 +0000
commita42c80ed47a2bad3770198295eba1c31a73b4728 (patch)
tree6f2607c3acaa8e555f020155e7d5a5eda8a24fd6 /inputmethod/tegaki-tools
parent5ce45af0fae5f30835e2bef442cd28c0e87627f0 (diff)
downloadpkgsrc-a42c80ed47a2bad3770198295eba1c31a73b4728.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/tegaki-tools')
-rw-r--r--inputmethod/tegaki-tools/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/inputmethod/tegaki-tools/Makefile b/inputmethod/tegaki-tools/Makefile
index 660dd5d42ab..21b1cabdc4d 100644
--- a/inputmethod/tegaki-tools/Makefile
+++ b/inputmethod/tegaki-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:28 wiz Exp $
DISTNAME= tegaki-tools-0.3.1
PKGREVISION= 1
@@ -16,7 +16,6 @@ DEPENDS+= tegaki-pygtk>=0.3:../../inputmethod/tegaki-pygtk
USE_LANGUAGES= c c++
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1
-EGG_NAME= ${DISTNAME:S/-/_/}
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"