diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-04 09:01:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-04 09:01:26 +0000 |
commit | ebea87491a457bdf3bc6546a236b64106b491443 (patch) | |
tree | 0d464be63ee3c25c2cb97ecc3cbec7ebe3e567a6 /lang | |
parent | 93012956ae33e707616d64b4edab27e0a9d2f3b1 (diff) | |
download | ports-ebea87491a457bdf3bc6546a236b64106b491443.tar.gz ports-ebea87491a457bdf3bc6546a236b64106b491443.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rust/Makefile | 2 |
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 |