diff options
| -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 |
