Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 20:28:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479480 - head/benchmarks/iperf3
Message-ID:  <201809102028.w8AKSr58005961@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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})
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809102028.w8AKSr58005961>