From 422e4e4d584fc9f9b7b8ac6e69c922a5e746c18f Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 7 Nov 2019 03:01:35 +0000 Subject: The version number problem of uim-elisp is fixed in another way Revert previous partially. --- inputmethod/uim/Makefile.common | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'inputmethod/uim') 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} -- cgit v1.2.3