svn commit: r398613 - head/devel/nuitka

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 4 18:01:45 UTC 2015


Author: sunpoet
Date: Sun Oct  4 18:01:44 2015
New Revision: 398613
URL: https://svnweb.freebsd.org/changeset/ports/398613

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/nuitka/Makefile

Modified: head/devel/nuitka/Makefile
==============================================================================
--- head/devel/nuitka/Makefile	Sun Oct  4 18:01:39 2015	(r398612)
+++ head/devel/nuitka/Makefile	Sun Oct  4 18:01:44 2015	(r398613)
@@ -11,6 +11,7 @@ MAINTAINER=	python at FreeBSD.org
 COMMENT=	Compatible and efficient Python compiler
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python tar:bzip2
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list