From d1029c743f444c4da2904f1cdc67077872a85522 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Tue, 3 Oct 2023 21:53:43 +0200 Subject: [PATCH] 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