Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 14:13:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444755 - head/devel/py-olefile
Message-ID:  <201706301413.v5UEDHqn046129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jun 30 14:13:17 2017
New Revision: 444755
URL: https://svnweb.freebsd.org/changeset/ports/444755

Log:
  Fix LICENSE_FILE*

Modified:
  head/devel/py-olefile/Makefile

Modified: head/devel/py-olefile/Makefile
==============================================================================
--- head/devel/py-olefile/Makefile	Fri Jun 30 14:03:36 2017	(r444754)
+++ head/devel/py-olefile/Makefile	Fri Jun 30 14:13:17 2017	(r444755)
@@ -12,7 +12,8 @@ COMMENT=	Python module to read MS OLE2 files
 
 LICENSE=	BSD2CLAUSE MIT
 LICENSE_COMB=	multi
-LICENSE_FILE=	${WRKSRC}/olefile/LICENSE.txt
+LICENSE_FILE_BSD2CLAUSE=	${WRKSRC}/olefile/LICENSE.txt
+LICENSE_FILE_MIT=	${WRKSRC}/olefile/LICENSE.txt
 
 NO_ARCH=	yes
 USES=		dos2unix python zip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706301413.v5UEDHqn046129>