svn commit: r486587 - head/lang/rust

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 4 09:01:27 UTC 2018


Author: amdmi3
Date: Tue Dec  4 09:01:26 2018
New Revision: 486587
URL: https://svnweb.freebsd.org/changeset/ports/486587

Log:
  - Specify LICENSE_FILEs uniformly
  
  Approved by:	portmgr blanket

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Tue Dec  4 07:22:02 2018	(r486586)
+++ head/lang/rust/Makefile	Tue Dec  4 09:01:26 2018	(r486587)
@@ -26,7 +26,7 @@ COMMENT=	Language with a focus on memory safety and co
 LICENSE=	APACHE20 \
 		MIT
 LICENSE_COMB=	dual
-# APACHE20 license is standard, see Templates/Licenses/APACHE20
+LICENSE_FILE_APACHE=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
 BUILD_DEPENDS=		cmake:devel/cmake


More information about the svn-ports-all mailing list