summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-11-07 03:01:35 +0000
committerryoon <ryoon@pkgsrc.org>2019-11-07 03:01:35 +0000
commit45ef64ae7ca6e59f6a5c539f83bfcc3eaf1b9679 (patch)
treebb9e39151cb77a516abfa3143df7e565d66f7a2a
parent8b5d125a2d20ed26a8367bff5cec6ec3f9b67fb9 (diff)
downloadpkgsrc-45ef64ae7ca6e59f6a5c539f83bfcc3eaf1b9679.tar.gz
The version number problem of uim-elisp is fixed in another way
Revert previous partially.
-rw-r--r--inputmethod/uim/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/inputmethod/uim/Makefile.common b/inputmethod/uim/Makefile.common
index 4d184eb11f5..9a4240682be 100644
--- a/inputmethod/uim/Makefile.common
+++ b/inputmethod/uim/Makefile.common
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.15 2019/11/05 17:13:10 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.16 2019/11/07 03:01:35 ryoon Exp $
#
# used by inputmethod/uim/Makefile
# used by inputmethod/uim-elisp/Makefile
-UIM_VERSION= 1.8.8
-DISTNAME= uim-${UIM_VERSION}
+DISTNAME= uim-1.8.8
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_GITHUB:=uim/}
GITHUB_RELEASE= ${DISTNAME:S/^uim-//1}