Date: Mon, 15 Jul 2024 17:15:56 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 341940d09d2b - main - devel/quill: Add LICENSE_FILE line Message-ID: <202407151715.46FHFuTm036235@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407151715.46FHFuTm036235>