git: 0c5461212b39 - main - benchmarks/bonnie: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 12:03:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c5461212b39ed4c2950b734a61492c0de125781 commit 0c5461212b39ed4c2950b734a61492c0de125781 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 11:55:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 12:02:59 +0000 benchmarks/bonnie: Moved man to share/man Approved by: portmgr (blanket) --- benchmarks/bonnie/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index 6f3eae54b0fa..a57c1b576e01 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -1,6 +1,6 @@ PORTNAME= bonnie PORTVERSION= 2.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks MASTER_SITES= http://www.textuality.com/bonnie/ DISTNAME= bonnie @@ -12,7 +12,7 @@ WWW= https://www.textuality.com/bonnie/ NO_WRKSUBDIR= yes MAKE_ARGS+= -e CFLAGS="${CFLAGS}" ALL_TARGET= bsd -PLIST_FILES= bin/bonnie man/man1/bonnie.1.gz +PLIST_FILES= bin/bonnie share/man/man1/bonnie.1.gz OPTIONS_DEFINE= STATIC @@ -20,6 +20,6 @@ STATIC_CFLAGS+= -static do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Bonnie ${STAGEDIR}${PREFIX}/bin/bonnie - ${INSTALL_MAN} ${FILESDIR}/bonnie.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/bonnie.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>