diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-04 03:05:37 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-04 03:05:37 +0000 |
commit | 7172d855847488d5dfe4270db0d4e1f55e77d1ae (patch) | |
tree | 405174d0851464d11d7548233440a28ef79c030f /devel/flim | |
parent | a72f9651abb05af5a4e92cea7db6407fa1211321 (diff) | |
download | pkgsrc-7172d855847488d5dfe4270db0d4e1f55e77d1ae.tar.gz |
Set LICENSE to "gnu-gpl-v2 OR gnu-gpl-v3".
Diffstat (limited to 'devel/flim')
-rw-r--r-- | devel/flim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/flim/Makefile b/devel/flim/Makefile index 79eabf908e3..0441197a53d 100644 --- a/devel/flim/Makefile +++ b/devel/flim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/08/06 01:44:48 minskim Exp $ +# $NetBSD: Makefile,v 1.33 2011/10/04 03:07:53 hiramatsu Exp $ DISTNAME= flim-1.14.9 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -9,6 +9,7 @@ MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/flim MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/FLIM/ COMMENT= Emacs lisp library for message representation/encoding +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 BUILD_DEPENDS+= qkc-[0-9]*:../../converters/qkc |