summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2012-03-10 13:04:34 +0000
committerobache <obache>2012-03-10 13:04:34 +0000
commita5c2ce247411653961e41dabf3ce5c624500ea89 (patch)
tree99bf6ddd4ede03eb8c6b275dc9e9eb49c2061bc1 /inputmethod
parentfc49a449d84a71f2e9f41d114632a4d143c0e457 (diff)
downloadpkgsrc-a5c2ce247411653961e41dabf3ce5c624500ea89.tar.gz
fix EGG_NAME with PKGREVISION using DISTNAME.
Diffstat (limited to 'inputmethod')
-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"