svn commit: r479480 - head/benchmarks/iperf3
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Sep 10 20:28:54 UTC 2018
Author: sunpoet
Date: Mon Sep 10 20:28:53 2018
New Revision: 479480
URL: https://svnweb.freebsd.org/changeset/ports/479480
Log:
Convert to options target helper
Approved by: portmgr (blanket)
Modified:
head/benchmarks/iperf3/Makefile
Modified: head/benchmarks/iperf3/Makefile
==============================================================================
--- head/benchmarks/iperf3/Makefile Mon Sep 10 20:28:48 2018 (r479479)
+++ head/benchmarks/iperf3/Makefile Mon Sep 10 20:28:53 2018 (r479480)
@@ -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})
More information about the svn-ports-all
mailing list