From a435248b55c421726c448fbf8af2e4bc97074718 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 24 Sep 2017 18:50:54 +0000 Subject: Update and sort LICENSE - Add LICENSE_FILE --- textproc/sk-hunspell/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'textproc') 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 -- cgit