git: d1029c743f44 - main - benchmarks/unixbench: Fix path to LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Oct 2023 19:56:54 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1029c743f444c4da2904f1cdc67077872a85522 commit d1029c743f444c4da2904f1cdc67077872a85522 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-03 19:53:43 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-10-03 19:54:39 +0000 benchmarks/unixbench: Fix path to LICENSE_FILE Accidently forgot to adjust path to LICENSE_FILE correctly causing build to fail Reported by: meta Approved by: portmgr (blanket, build fix) --- benchmarks/unixbench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile index 4cfcae1b486d..995fa93d44e9 100644 --- a/benchmarks/unixbench/Makefile +++ b/benchmarks/unixbench/Makefile @@ -10,7 +10,7 @@ COMMENT= BYTE magazine's Public Domain benchmark for UNIX WWW= https://github.com/kdlucas/byte-unixbench LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/../LICENSE.txt RUN_DEPENDS= x11perf:x11/x11perf