summaryrefslogtreecommitdiff
path: root/inputmethod/tegaki-recognize
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-03-10 13:04:34 +0000
committerobache <obache@pkgsrc.org>2012-03-10 13:04:34 +0000
commit0334c6313f8510b7cee4dac70240d99f70a1707e (patch)
tree99bf6ddd4ede03eb8c6b275dc9e9eb49c2061bc1 /inputmethod/tegaki-recognize
parent073ab8b63a747f192c081a55ce9c56a2c07c402e (diff)
downloadpkgsrc-0334c6313f8510b7cee4dac70240d99f70a1707e.tar.gz
fix EGG_NAME with PKGREVISION using DISTNAME.
Diffstat (limited to 'inputmethod/tegaki-recognize')
-rw-r--r--inputmethod/tegaki-recognize/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/tegaki-recognize/Makefile b/inputmethod/tegaki-recognize/Makefile
index c5b412bc1bc..4ae812c681c 100644
--- a/inputmethod/tegaki-recognize/Makefile
+++ b/inputmethod/tegaki-recognize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/03/10 10:56:16 obache Exp $
+# $NetBSD: Makefile,v 1.3 2012/03/10 13:04:34 obache Exp $
#
DISTNAME= tegaki-recognize-0.3.1.2
@@ -19,7 +19,7 @@ USE_LANGUAGES= # none
REPLACE_PYTHON= bin/tegaki-recognize
-EGG_NAME= ${PKGNAME:S/-/_/}
+EGG_NAME= ${DISTNAME:S/-/_/}
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"