git: 4acec821191d - main - benchmarks/autobench: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 12:03:24 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4acec821191d0a8ea57ac864225bfaf4e59aeaca commit 4acec821191d0a8ea57ac864225bfaf4e59aeaca Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 11:52:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 12:02:58 +0000 benchmarks/autobench: Moved man to share/man Approved by: portmgr (blanket) --- benchmarks/autobench/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/autobench/Makefile b/benchmarks/autobench/Makefile index 485b04023dba..2eb14f254e43 100644 --- a/benchmarks/autobench/Makefile +++ b/benchmarks/autobench/Makefile @@ -1,6 +1,6 @@ PORTNAME= autobench PORTVERSION= 2.1.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= benchmarks www MASTER_SITES= http://www.xenoclast.org/autobench/downloads/ @@ -17,7 +17,7 @@ RUN_DEPENDS= httperf:benchmarks/httperf \ USES= gmake perl5 shebangfix MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" DEBUG_FLAGS= \ - PREFIX=${PREFIX} + PREFIX=${PREFIX} MANDIR=${PREFIX}/share/man/man1 SHEBANG_FILES= autobench_admin autobenchd autobench post-patch: