svn commit: r450526 - head/textproc/ro-hunspell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 24 18:50:46 UTC 2017


Author: sunpoet
Date: Sun Sep 24 18:50:44 2017
New Revision: 450526
URL: https://svnweb.freebsd.org/changeset/ports/450526

Log:
  Update and sort LICENSE
  
  - Add LICENSE_FILE

Modified:
  head/textproc/ro-hunspell/Makefile

Modified: head/textproc/ro-hunspell/Makefile
==============================================================================
--- head/textproc/ro-hunspell/Makefile	Sun Sep 24 18:50:39 2017	(r450525)
+++ head/textproc/ro-hunspell/Makefile	Sun Sep 24 18:50:44 2017	(r450526)
@@ -11,8 +11,11 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER=	office at 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


More information about the svn-ports-all mailing list