git: 0aaaecafbdaf - main - net/sendme: Correct LICENSE_FILE definitions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Apr 2025 00:31:38 UTC
The branch main has been updated by feld: URL: https://cgit.FreeBSD.org/ports/commit/?id=0aaaecafbdaf051504785aa8cec501092895cf70 commit 0aaaecafbdaf051504785aa8cec501092895cf70 Author: Mark Felder <feld@FreeBSD.org> AuthorDate: 2025-04-13 00:31:20 +0000 Commit: Mark Felder <feld@FreeBSD.org> CommitDate: 2025-04-13 00:31:20 +0000 net/sendme: Correct LICENSE_FILE definitions --- net/sendme/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sendme/Makefile b/net/sendme/Makefile index 0927028ffa27..04322fab640f 100644 --- a/net/sendme/Makefile +++ b/net/sendme/Makefile @@ -9,8 +9,8 @@ WWW= https://www.iroh.computer/sendme LICENSE= APACHE20 MIT LICENSE_COMB= dual -LICENSE_FILE_APACHE20= LICENSE-APACHE -LICENSE_FILE_MIT= LICENSE-MIT +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= cargo USE_GITHUB= yes