aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iperf/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-30 09:58:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-30 09:58:36 +0000
commit22999d7b08e8f29e83e6206e44289c12edb8f0b4 (patch)
tree51a89db6328dac011094ab72115dc5d5542f5eba /benchmarks/iperf/Makefile
parent595698acb37cfc2d62e3d33c744e071faba1913b (diff)
- Simplify Makefile
Notes
Notes: svn path=/head/; revision=335275
Diffstat (limited to 'benchmarks/iperf/Makefile')
-rw-r--r--benchmarks/iperf/Makefile4
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>