diff options
author | obache <obache@pkgsrc.org> | 2012-09-15 11:59:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-15 11:59:11 +0000 |
commit | 3e277ed689a46b451174240298dfbb1bb44c1134 (patch) | |
tree | 4bcf544a3c6b426990ad62a9d6a49cc9f8fd2a8d /inputmethod | |
parent | 732ae335020fcbc3c117726cc4d3cddea354b876 (diff) | |
download | pkgsrc-3e277ed689a46b451174240298dfbb1bb44c1134.tar.gz |
Emacs uim bridge is modified-bsd license.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim-elisp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/uim-elisp/Makefile b/inputmethod/uim-elisp/Makefile index 5db0f9f2362..80e15068517 100644 --- a/inputmethod/uim-elisp/Makefile +++ b/inputmethod/uim-elisp/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2011/05/29 06:13:57 obache Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/15 11:59:11 obache Exp $ .include "../../inputmethod/uim/Makefile.common" PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${UIM_VERSION} CATEGORIES= inputmethod editors COMMENT= Emacs LISP for inputmethod/uim +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir |