pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/uim-elisp



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov  5 21:32:14 UTC 2019

Modified Files:
        pkgsrc/inputmethod/uim-elisp: Makefile

Log Message:
uim-elisp: Fix version number


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/uim-elisp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/uim-elisp/Makefile
diff -u pkgsrc/inputmethod/uim-elisp/Makefile:1.12 pkgsrc/inputmethod/uim-elisp/Makefile:1.13
--- pkgsrc/inputmethod/uim-elisp/Makefile:1.12  Sun Dec  7 02:29:00 2014
+++ pkgsrc/inputmethod/uim-elisp/Makefile       Tue Nov  5 21:32:14 2019
@@ -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



Home | Main Index | Thread Index | Old Index