diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-03 19:53:43 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-03 19:54:39 +0000 |
commit | d1029c743f444c4da2904f1cdc67077872a85522 (patch) | |
tree | 702ac9c95f2f11d3f04283c744ba8fd19be34933 /benchmarks | |
parent | c5384cb0f5b48b983df3771630a014a689ecb373 (diff) |
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/unixbench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |