diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:50:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:50:44 +0000 |
commit | 61641eb403c8c15beb7515e75cfb3e719ab223d5 (patch) | |
tree | 67d7b7f51ff009d1f25d226634e3685ebefd7323 /textproc/ro-hunspell | |
parent | cdb2d06736477b608d921002c4ccb22d04a4f4e6 (diff) | |
download | ports-61641eb403c8c15beb7515e75cfb3e719ab223d5.tar.gz ports-61641eb403c8c15beb7515e75cfb3e719ab223d5.zip |
Notes
Diffstat (limited to 'textproc/ro-hunspell')
-rw-r--r-- | textproc/ro-hunspell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ro-hunspell/Makefile b/textproc/ro-hunspell/Makefile index 3ff8f254a44a..59e8979c880e 100644 --- a/textproc/ro-hunspell/Makefile +++ b/textproc/ro-hunspell/Makefile @@ -11,8 +11,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Romanian hunspell dictionaries -LICENSE= LGPL21 GPLv2 MPL +LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL USES= zip NO_ARCH= yes |