svn commit: r444755 - head/devel/py-olefile
Antoine Brodin
antoine at FreeBSD.org
Fri Jun 30 14:13:19 UTC 2017
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
More information about the svn-ports-all
mailing list