summaryrefslogtreecommitdiffstats
path: root/benchmarks/bonnie++/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-26 07:45:44 +0000
committerobrien <obrien@FreeBSD.org>2003-02-26 07:45:44 +0000
commite2d3feca33655d34cca62b48cb466d9218ec5880 (patch)
tree700f76b92b484743b85beebe89aafb44d4338ca4 /benchmarks/bonnie++/Makefile
parent627e0ec1d5d225de268790871bc15dd9302eb856 (diff)
downloadFreeBSD-ports-e2d3feca33655d34cca62b48cb466d9218ec5880.zip
FreeBSD-ports-e2d3feca33655d34cca62b48cb466d9218ec5880.tar.gz
Install the new docs, fix the path to them in the manpage, install all manpages.
Diffstat (limited to 'benchmarks/bonnie++/Makefile')
-rw-r--r--benchmarks/bonnie++/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
index 8357971..d8115e2 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>
OpenPOWER on IntegriCloud