summaryrefslogtreecommitdiff
path: root/benchmarks/flowgrind
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-21 12:51:40 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-21 12:51:40 +0000
commiteabbfd75e30148b8f686899a638b93547ca83485 (patch)
tree5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /benchmarks/flowgrind
parentdevel/nspr: update to 4.13.1 (diff)
${RM} already has -f.
PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
Diffstat (limited to 'benchmarks/flowgrind')
-rw-r--r--benchmarks/flowgrind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile
index 506cd3e3509d..c6ad32ff976d 100644
--- a/benchmarks/flowgrind/Makefile
+++ b/benchmarks/flowgrind/Makefile
@@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-pcap --enable-gsl
CONFIGURE_ENV= LIBS="${LIBS} -lpcap"
post-patch:
- @${RM} -rf ${WRKSRC}/build-aux
+ @${RM} -r ${WRKSRC}/build-aux
@${REINPLACE_CMD} -e 's|AC_LIB_RPATH||g' ${WRKSRC}/configure.ac
.include <bsd.port.mk>