diff options
author | obache <obache> | 2012-03-10 13:04:34 +0000 |
---|---|---|
committer | obache <obache> | 2012-03-10 13:04:34 +0000 |
commit | 77768217f7edd78f415bb1a9d2dc90bf5fdb9aa5 (patch) | |
tree | 99bf6ddd4ede03eb8c6b275dc9e9eb49c2061bc1 /inputmethod/tegaki-recognize | |
parent | f333fe8a28159a32bbf244808315d289414336cc (diff) | |
download | pkgsrc-77768217f7edd78f415bb1a9d2dc90bf5fdb9aa5.tar.gz |
fix EGG_NAME with PKGREVISION using DISTNAME.
Diffstat (limited to 'inputmethod/tegaki-recognize')
-rw-r--r-- | inputmethod/tegaki-recognize/Makefile | 4 |
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" |