diff options
author | nia <nia@pkgsrc.org> | 2019-11-05 21:32:14 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-11-05 21:32:14 +0000 |
commit | 7bd7a33e6459e8c4e70232941646654e0ab07ca0 (patch) | |
tree | ead8b91236c8bf22949bb5d4cb9be7a9d4492b9f /inputmethod | |
parent | f92864845cf315abda74edb18e9003eac81f8928 (diff) | |
download | pkgsrc-7bd7a33e6459e8c4e70232941646654e0ab07ca0.tar.gz |
uim-elisp: Fix version number
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim-elisp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim-elisp/Makefile b/inputmethod/uim-elisp/Makefile index 06c2cb960e0..96644296567 100644 --- a/inputmethod/uim-elisp/Makefile +++ b/inputmethod/uim-elisp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2014/12/07 02:29:00 obache Exp $ +# $NetBSD: Makefile,v 1.13 2019/11/05 21:32:14 nia Exp $ .include "../../inputmethod/uim/Makefile.common" -PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${UIM_VERSION} +PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${DISTNAME:S/^uim-//1} CATEGORIES= inputmethod editors COMMENT= Emacs LISP for inputmethod/uim |