aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iperf3
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-04 19:26:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-04 19:26:24 +0000
commit228ab588738952bd42427886fd5368181243ba6e (patch)
tree7fe589d0d1b0e6d00b7aa9cd05fc46ca15de7655 /benchmarks/iperf3
parent7374b5a054d87d64914c6c36520e15fa14f3f31b (diff)
downloadports-228ab588738952bd42427886fd5368181243ba6e.tar.gz
ports-228ab588738952bd42427886fd5368181243ba6e.zip
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr
Notes
Notes: svn path=/head/; revision=367307
Diffstat (limited to 'benchmarks/iperf3')
-rw-r--r--benchmarks/iperf3/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile
index 0a8f73353e98..88b230415503 100644
--- a/benchmarks/iperf3/Makefile
+++ b/benchmarks/iperf3/Makefile
@@ -22,13 +22,6 @@ PORTDOCS= AUTHORS README.md RELEASE_NOTES
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
post-patch:
-# automake generates a buggy Makefile.in that tries to do ${RANLIB} on
-# libiperf3.a after installing with mode 444; this breaks staging.
-# Since ${RANLIB} was already run on the library, this broken
-# invocation was redundant, and can be eliminated. The fix below is
-# based on the solution for a similar situation for an unrelated port
-# in r339298.
- @${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/src/Makefile.in
# Don't build stuff that we're not going to install. Among other
# things this means we're not going to try to build profiled objects
# and/or executables.