svn commit: r451492 - head/devel/dulwich

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 8 06:22:55 UTC 2017


Author: sunpoet
Date: Sun Oct  8 06:22:53 2017
New Revision: 451492
URL: https://svnweb.freebsd.org/changeset/ports/451492

Log:
  Fix LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/dulwich/Makefile

Modified: head/devel/dulwich/Makefile
==============================================================================
--- head/devel/dulwich/Makefile	Sun Oct  8 06:21:18 2017	(r451491)
+++ head/devel/dulwich/Makefile	Sun Oct  8 06:22:53 2017	(r451492)
@@ -12,7 +12,7 @@ COMMENT=	Python implementation of the Git file formats
 
 LICENSE=	APACHE20 GPLv2+
 LICENSE_COMB=	dual
-LICENSE_FILE=	COPYING relicensing-apachev2.txt
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 PORTDOCS=	AUTHORS CONTRIBUTING NEWS README.md TODO conclusion.txt \
 		file-format.txt index.txt introduction.txt object-store.txt \


More information about the svn-ports-all mailing list