diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:50:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:50:44 +0800 |
commit | 523d04f4400e8fd3605f4d7b785ef6af2c8316e2 (patch) | |
tree | 67d7b7f51ff009d1f25d226634e3685ebefd7323 /textproc | |
parent | 3069ae6bc8266a5a447609ff9be15827a7f83a31 (diff) | |
download | freebsd-ports-gnome-523d04f4400e8fd3605f4d7b785ef6af2c8316e2.tar.gz freebsd-ports-gnome-523d04f4400e8fd3605f4d7b785ef6af2c8316e2.tar.zst freebsd-ports-gnome-523d04f4400e8fd3605f4d7b785ef6af2c8316e2.zip |
Update and sort LICENSE
- Add LICENSE_FILE
Diffstat (limited to 'textproc')
-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 |