diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/postal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 8cfe57553978..7e0c4296bc27 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -14,12 +14,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes MAN8= postal.8 postal-list.8 rabid.8 post-patch: - @${PERL} -pi -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure .include <bsd.port.mk> |