diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 11:52:18 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 12:02:58 +0000 |
commit | 4acec821191d0a8ea57ac864225bfaf4e59aeaca (patch) | |
tree | 7e868cd15bda00db093456d2b6290c3343c4344e | |
parent | 31e1e0d3e8887e79b8ae86d954a64b67379c84b4 (diff) |
benchmarks/autobench: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | benchmarks/autobench/Makefile | 4 |
1 files 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: |