Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2018 10:49:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460916 - head/devel/py-setuptools
Message-ID:  <201802041049.w14An8Dr041588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Python packages installer
 
-LICENSE=	PSFL
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
 USES=		python zip



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