diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iperf/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index 3407402f5746..6e2282fe0452 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -25,12 +25,8 @@ IPV6_CONFIGURE_ENABLE= ipv6 THREADS_CONFIGURE_ENABLE= threads THREADS_LDFLAGS= -pthread -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} README doc/*.gif doc/*.html ${STAGEDIR}${DOCSDIR}/ -.endif .include <bsd.port.mk> |