aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-02-26 07:45:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-02-26 07:45:44 +0000
commit6378beedbe018b31969a9ea0c7f26c149fed5ed0 (patch)
treeb485c22e722a9847c3d86dfd3ac3795374750de2 /benchmarks
parent71c47f2c83b28d8e9ea8051569bd34052432b39d (diff)
downloadports-6378beedbe018b31969a9ea0c7f26c149fed5ed0.tar.gz
ports-6378beedbe018b31969a9ea0c7f26c149fed5ed0.zip
Install the new docs, fix the path to them in the manpage, install all manpages.
Notes
Notes: svn path=/head/; revision=76485
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++