svn commit: r510356 - head/devel/py-fs
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 07:57:54 UTC 2019
Author: sunpoet
Date: Sat Aug 31 07:57:53 2019
New Revision: 510356
URL: https://svnweb.freebsd.org/changeset/ports/510356
Log:
Fix LICENSE
- Add LICENSE_FILE
Approved by: portmgr (blanket)
Modified:
head/devel/py-fs/Makefile
Modified: head/devel/py-fs/Makefile
==============================================================================
--- head/devel/py-fs/Makefile Sat Aug 31 07:57:48 2019 (r510355)
+++ head/devel/py-fs/Makefile Sat Aug 31 07:57:53 2019 (r510356)
@@ -10,10 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= douglas at douglasthrift.net
COMMENT= Python filesystem abstraction
-LICENSE= ISCL
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list