git: 92525f523286 - main - archivers/liblz4: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 03:39:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=92525f523286527a0f1b6d919521d93e2df97626 commit 92525f523286527a0f1b6d919521d93e2df97626 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 03:05:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 03:05:34 +0000 archivers/liblz4: Add LICENSE_FILE --- archivers/liblz4/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archivers/liblz4/Makefile b/archivers/liblz4/Makefile index bcde8a072391..7e58f94ef5cf 100644 --- a/archivers/liblz4/Makefile +++ b/archivers/liblz4/Makefile @@ -13,6 +13,8 @@ WWW= https://lz4.org/ \ LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/../../lib/LICENSE +LICENSE_FILE_GPLv2= ${WRKSRC}/../../programs/COPYING USES= cpe meson pkgconfig python:build shebangfix