diff options
Diffstat (limited to 'benchmarks/flowgrind/Makefile')
-rw-r--r-- | benchmarks/flowgrind/Makefile | 2 |
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> |