git: 849abbb28281 - main - misc/tzdiff: remove bogus LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 12:43:24 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=849abbb28281aadfae9d3b1b5f80c947d6e0f9e8 commit 849abbb28281aadfae9d3b1b5f80c947d6e0f9e8 Author: Yuichiro NAITO <naito.yuichiro@gmail.com> AuthorDate: 2023-08-05 11:46:13 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-08-06 12:42:47 +0000 misc/tzdiff: remove bogus LICENSE_FILE The license is present in the repo but not in the tagged release. PR: 272928 Fixes: 99af3eef26c5b97f692bc3c56a62509d65d92d38 --- misc/tzdiff/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/tzdiff/Makefile b/misc/tzdiff/Makefile index 154c94e25fb4..02a3593c7af5 100644 --- a/misc/tzdiff/Makefile +++ b/misc/tzdiff/Makefile @@ -7,7 +7,6 @@ COMMENT= Showing time pairs between target timezone and localtime WWW= https://github.com/belgianbeer/tzdiff LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= belgianbeer