svn commit: r460909 - head/math/eigen3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 4 10:14:33 UTC 2018


Author: sunpoet
Date: Sun Feb  4 10:14:31 2018
New Revision: 460909
URL: https://svnweb.freebsd.org/changeset/ports/460909

Log:
  Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/math/eigen3/Makefile

Modified: head/math/eigen3/Makefile
==============================================================================
--- head/math/eigen3/Makefile	Sun Feb  4 10:14:27 2018	(r460908)
+++ head/math/eigen3/Makefile	Sun Feb  4 10:14:31 2018	(r460909)
@@ -12,6 +12,8 @@ COMMENT=	Lightweight library for vector and matrix mat
 
 LICENSE=	LGPL21 MPL20
 LICENSE_COMB=	multi
+LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LGPL
+LICENSE_FILE_MPL20=	${WRKSRC}/COPYING.MPL2
 
 CMAKE_ARGS=	-DPKGCONFIG_INSTALL_DIR:PATH="${PREFIX}/libdata/pkgconfig"
 USES=		cmake:outsource tar:bzip2


More information about the svn-ports-all mailing list