git: 2a4eb85e37f0 - main - benchmarks/pipebench: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 13:24:05 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a4eb85e37f04fd1c0e9318e5d3a9c4bbcd8b105 commit 2a4eb85e37f04fd1c0e9318e5d3a9c4bbcd8b105 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 12:39:09 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 13:23:40 +0000 benchmarks/pipebench: Moved man to share/man Approved by: portmgr (blanket) --- benchmarks/pipebench/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/benchmarks/pipebench/Makefile b/benchmarks/pipebench/Makefile index 26f50f3c7210..a2017e75b36d 100644 --- a/benchmarks/pipebench/Makefile +++ b/benchmarks/pipebench/Makefile @@ -1,5 +1,6 @@ PORTNAME= pipebench PORTVERSION= 0.40 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://www.habets.pp.se/synscan/files/ @@ -8,7 +9,7 @@ COMMENT= Pipebench shows current throughput/amount of data through a pipe WWW= https://www.habets.pp.se/synscan/programs.php?prog=pipebench PLIST_FILES= bin/pipebench \ - man/man1/pipebench.1.gz + share/man/man1/pipebench.1.gz CFLAGS+= -w -pedantic @@ -18,6 +19,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>