diff --git a/benchmarks/bonniexx/Portfile b/benchmarks/bonniexx/Portfile index 60cc89bb8bdf9..2ff542df47f77 100644 --- a/benchmarks/bonniexx/Portfile +++ b/benchmarks/bonniexx/Portfile @@ -34,7 +34,7 @@ destroot { xinstall -m 755 -d "${destroot}${prefix}/bin" \ "${destroot}${prefix}/share/man/man1" \ "${destroot}${prefix}/share/man/man8" \ "${destroot}${prefix}/share/doc/bonnie++" - xinstall -m 755 -W ${worksrcpath} bonnie++ zcav ${destroot}${prefix}/bin + xinstall -m 755 -W ${worksrcpath} bonnie++ zcav bon_csv2html bon_csv2txt ${destroot}${prefix}/bin xinstall -m 644 -W ${worksrcpath} bon_csv2html.1 bon_csv2txt.1 ${destroot}${prefix}/share/man/man1 xinstall -m 644 -W ${worksrcpath} bonnie++.8 zcav.8 ${destroot}${prefix}/share/man/man8 xinstall -m 644 ${worksrcpath}/readme.html ${destroot}${prefix}/share/doc/bonnie++