aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-30 17:58:36 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-30 17:58:36 +0800
commit4ffd8fb69b43576047fe881e1eb4b66e03f4ed49 (patch)
tree51a89db6328dac011094ab72115dc5d5542f5eba /benchmarks
parent8bb8120f809e7237298abbc14ac536157b599d05 (diff)
downloadfreebsd-ports-gnome-4ffd8fb69b43576047fe881e1eb4b66e03f4ed49.tar.gz
freebsd-ports-gnome-4ffd8fb69b43576047fe881e1eb4b66e03f4ed49.tar.zst
freebsd-ports-gnome-4ffd8fb69b43576047fe881e1eb4b66e03f4ed49.zip
- Simplify Makefile
Diffstat (limited to 'benchmarks')
-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>