diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-10 16:09:19 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-10 16:09:19 +0000 |
commit | 1912e1e846b26173f8965cf459e4f40d208f490a (patch) | |
tree | 5e52c07be475d171a7a52ed7d1f99845f0ee4d45 /textproc/nl-hunspell | |
parent | 58859a833b92e160ee4cbbf55c657404783524de (diff) |
Notes
Diffstat (limited to 'textproc/nl-hunspell')
-rw-r--r-- | textproc/nl-hunspell/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/nl-hunspell/Makefile b/textproc/nl-hunspell/Makefile index 1f745613a9a6..49b2a0c10104 100644 --- a/textproc/nl-hunspell/Makefile +++ b/textproc/nl-hunspell/Makefile @@ -13,7 +13,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Dutch hunspell dictionaries -LICENSE= BSD +LICENSE= BSD2CLAUSE CCbyNCSA3 +LICENSE_COMB= dual +LICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported +LICENSE_TEXT_CCbyNCSA3=http://creativecommons.org/licenses/by/3.0/legalcode +LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept NO_BUILD= yes NO_WRKSUBDIR= yes |