Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2023 19:56:54 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d1029c743f44 - main - benchmarks/unixbench: Fix path to LICENSE_FILE
Message-ID:  <202310031956.393JusmD035704@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310031956.393JusmD035704>