aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-26 15:45:44 +0800
committerobrien <obrien@FreeBSD.org>2003-02-26 15:45:44 +0800
commite2d3feca33655d34cca62b48cb466d9218ec5880 (patch)
tree700f76b92b484743b85beebe89aafb44d4338ca4 /benchmarks
parent627e0ec1d5d225de268790871bc15dd9302eb856 (diff)
downloadfreebsd-ports-gnome-e2d3feca33655d34cca62b48cb466d9218ec5880.tar.gz
freebsd-ports-gnome-e2d3feca33655d34cca62b48cb466d9218ec5880.tar.zst
freebsd-ports-gnome-e2d3feca33655d34cca62b48cb466d9218ec5880.zip
Install the new docs, fix the path to them in the manpage, install all manpages.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bonnie++/Makefile12
-rw-r--r--benchmarks/bonnie++/pkg-plist3
2 files changed, 13 insertions, 2 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
index 835797143aff..d8115e211166 100644
--- a/benchmarks/bonnie++/Makefile
+++ b/benchmarks/bonnie++/Makefile
@@ -16,9 +16,17 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Performance Test of Filesystem I/O
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
-MAN1= bon_csv2html.1 bon_csv2txt.1
-MAN8= bonnie++.8 zcav.8
+MAN1= bon_csv2html.1 bon_csv2txt.1 generate_randfile.1
+MAN8= bonnie++.8 getc_putc.8 zcav.8
+
+pre-patch:
+ @${REINPLACE_CMD} -e \
+ 's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/readme.html ${DOCSDIR}
.include <bsd.port.mk>
diff --git a/benchmarks/bonnie++/pkg-plist b/benchmarks/bonnie++/pkg-plist
index 3d8edefc7ced..2504116cb5e6 100644
--- a/benchmarks/bonnie++/pkg-plist
+++ b/benchmarks/bonnie++/pkg-plist
@@ -1,4 +1,7 @@
+@comment $FreeBSD$
bin/bon_csv2html
bin/bon_csv2txt
sbin/bonnie++
sbin/zcav
+share/doc/bonnie++/readme.html
+@dirrm share/doc/bonnie++