svn commit: r460916 - head/devel/py-setuptools

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


Author: sunpoet
Date: Sun Feb  4 10:49:08 2018
New Revision: 460916
URL: https://svnweb.freebsd.org/changeset/ports/460916

Log:
  Fix LICENSE
  
  - Add LICENSE_FILE

Modified:
  head/devel/py-setuptools/Makefile

Modified: head/devel/py-setuptools/Makefile
==============================================================================
--- head/devel/py-setuptools/Makefile	Sun Feb  4 10:49:02 2018	(r460915)
+++ head/devel/py-setuptools/Makefile	Sun Feb  4 10:49:08 2018	(r460916)
@@ -10,7 +10,8 @@ DIST_SUBDIR=	python
 MAINTAINER=	python at FreeBSD.org
 COMMENT=	Python packages installer
 
-LICENSE=	PSFL
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
 USES=		python zip


More information about the svn-ports-head mailing list