diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 12:55:02 +0100 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 13:02:59 +0100 |
| commit | 0c5461212b39ed4c2950b734a61492c0de125781 (patch) | |
| tree | 98c5e8171a88b8cc304e6086e916be72689565b9 | |
| parent | benchmarks/blogbench: Moved man to share/man (diff) | |
benchmarks/bonnie: Moved man to share/man
Approved by: portmgr (blanket)
| -rw-r--r-- | benchmarks/bonnie/Makefile | 6 |
1 files 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> |
