aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 11:55:02 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 12:02:59 +0000
commit0c5461212b39ed4c2950b734a61492c0de125781 (patch)
tree98c5e8171a88b8cc304e6086e916be72689565b9
parente6f612256acae0d9767af8f7b802dd8178d6337a (diff)
downloadports-0c5461212b39ed4c2950b734a61492c0de125781.tar.gz
ports-0c5461212b39ed4c2950b734a61492c0de125781.zip
benchmarks/bonnie: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--benchmarks/bonnie/Makefile6
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>