git: 341940d09d2b - main - devel/quill: Add LICENSE_FILE line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jul 2024 17:15:56 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=341940d09d2bee8bb20bbebe25bf36335d882134 commit 341940d09d2bee8bb20bbebe25bf36335d882134 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-07-15 17:15:16 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-07-15 17:15:53 +0000 devel/quill: Add LICENSE_FILE line --- devel/quill/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/quill/Makefile b/devel/quill/Makefile index 4ee2502b989e..948f7154356f 100644 --- a/devel/quill/Makefile +++ b/devel/quill/Makefile @@ -9,7 +9,7 @@ COMMENT= Asynchronous low latency C++ logging library WWW= https://github.com/odygrd/quill LICENSE= MIT -LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing compiler:c++17-lang