diff options
author | heinz <heinz@pkgsrc.org> | 2010-02-19 20:16:40 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-02-19 20:16:40 +0000 |
commit | 0e7ad9419314e701b81c3c34449eb0028a32576a (patch) | |
tree | d61a092d232654a4787183e23c7ecff339cd792e /textproc | |
parent | 1fba6ebb5e6c58626a5f77f2f9fc48cba879a14d (diff) | |
download | pkgsrc-0e7ad9419314e701b81c3c34449eb0028a32576a.tar.gz |
Added LICENSE information.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 3 | ||||
-rw-r--r-- | textproc/hunspell/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 754750d9f5c..d5fb6c9a0ff 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2008/09/22 08:53:13 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2010/02/19 20:16:40 heinz Exp $ # DISTNAME= aspell-0.60.6 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Spell checker with good multi-language support +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index b42cd3dcb3d..a49a763584a 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/02/08 18:25:40 ahoka Exp $ +# $NetBSD: Makefile,v 1.11 2010/02/19 20:16:41 heinz Exp $ # DISTNAME= hunspell-1.2.8 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell/} MAINTAINER= ahoka@NetBSD.org HOMEPAGE= http://hunspell.sourceforge.net/ COMMENT= Improved spellchecker +LICENSE= mpl-1.1 OR gnu-lgpl-v2.1 OR gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |