diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:50:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:50:54 +0800 |
commit | a435248b55c421726c448fbf8af2e4bc97074718 (patch) | |
tree | 8536e3961ab312f29fa295879cc4d8fe2ee0da64 /textproc | |
parent | 2aba063e091b28df80d7ec870236939bbfd9a8a7 (diff) | |
download | freebsd-ports-gnome-a435248b55c421726c448fbf8af2e4bc97074718.tar.gz freebsd-ports-gnome-a435248b55c421726c448fbf8af2e4bc97074718.tar.zst freebsd-ports-gnome-a435248b55c421726c448fbf8af2e4bc97074718.zip |
Update and sort LICENSE
- Add LICENSE_FILE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sk-hunspell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/sk-hunspell/Makefile b/textproc/sk-hunspell/Makefile index 32c9f693988a..c03b7b3fa72f 100644 --- a/textproc/sk-hunspell/Makefile +++ b/textproc/sk-hunspell/Makefile @@ -12,8 +12,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Slovak hunspell dictionaries -LICENSE= LGPL21 GPLv2 MPL +LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/doc/GPL +LICENSE_FILE_LGPL21= ${WRKSRC}/doc/LGPL +LICENSE_FILE_MPL11= ${WRKSRC}/doc/MPL USES= zip NO_ARCH= yes |