aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/postal
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-08 10:25:20 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-08 10:25:20 +0000
commit9e7578d8eac745b7476613da56bfbf909871edde (patch)
treed3c53123f38ec43d1d55958d334711d7f097576d /benchmarks/postal
parent31154892b641cd15adf68371929358d08862d264 (diff)
downloadports-9e7578d8eac745b7476613da56bfbf909871edde.tar.gz
ports-9e7578d8eac745b7476613da56bfbf909871edde.zip
PERL -> REINPLACE_CMD
PR: 39295 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=62645
Diffstat (limited to 'benchmarks/postal')
-rw-r--r--benchmarks/postal/Makefile3
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>