aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/bonnie++/Makefile')
-rw-r--r--benchmarks/bonnie++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
index e73ba3af23ce..af61d8d1ef57 100644
--- a/benchmarks/bonnie++/Makefile
+++ b/benchmarks/bonnie++/Makefile
@@ -32,7 +32,7 @@ post-patch:
@${REINPLACE_CMD} \
's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8
@${REINPLACE_CMD} \
- 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
post-install:
.if ${PORT_OPTIONS:MDOCS}