aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-12-04 09:01:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-12-04 09:01:26 +0000
commitebea87491a457bdf3bc6546a236b64106b491443 (patch)
tree0d464be63ee3c25c2cb97ecc3cbec7ebe3e567a6 /lang
parent93012956ae33e707616d64b4edab27e0a9d2f3b1 (diff)
downloadports-ebea87491a457bdf3bc6546a236b64106b491443.tar.gz
ports-ebea87491a457bdf3bc6546a236b64106b491443.zip
- Specify LICENSE_FILEs uniformly
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=486587
Diffstat (limited to 'lang')
-rw-r--r--lang/rust/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 784e0f766ca4..109b9695e404 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -26,7 +26,7 @@ COMMENT= Language with a focus on memory safety and concurrency
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