aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-10 20:28:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-10 20:28:53 +0000
commitdc24e330556d77e74cec8b599aff1d3243d36800 (patch)
tree796164b426c2abdebc784d2fc43d33aff4c67edc /benchmarks
parentc5a8c4d15064c864b8e89d925939ada390bee437 (diff)
downloadports-dc24e330556d77e74cec8b599aff1d3243d36800.tar.gz
ports-dc24e330556d77e74cec8b599aff1d3243d36800.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/iperf3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile
index 0e12e6dc9e45..f46010e0218b 100644
--- a/benchmarks/iperf3/Makefile
+++ b/benchmarks/iperf3/Makefile
@@ -30,7 +30,7 @@ post-patch:
# and/or executables.
@${REINPLACE_CMD} -e '/^PROGRAMS /s/\$$(noinst_PROGRAMS)//' ${WRKSRC}/src/Makefile.in
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})