git: 37cd4e523afe - main - devel/lldb-mi: Fix LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 18:04:07 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=37cd4e523afe2484de68034209c04d28e5096ab0 commit 37cd4e523afe2484de68034209c04d28e5096ab0 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-05-19 18:03:38 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-05-19 18:04:03 +0000 devel/lldb-mi: Fix LICENSE_FILE Reported by: pkg-fallout --- devel/lldb-mi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/lldb-mi/Makefile b/devel/lldb-mi/Makefile index 17066c912a01..369800a09ad3 100644 --- a/devel/lldb-mi/Makefile +++ b/devel/lldb-mi/Makefile @@ -7,7 +7,7 @@ COMMENT= Machine interface driver for the LLDB debugger WWW= https://lldb.llvm.org/ LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT USES= cmake llvm:lib,noexport