svn commit: r504869 - head/benchmarks/iperf3

Bruce A. Mah bmah at FreeBSD.org
Sat Jun 22 14:10:10 UTC 2019


Author: bmah
Date: Sat Jun 22 14:10:09 2019
New Revision: 504869
URL: https://svnweb.freebsd.org/changeset/ports/504869

Log:
  Fix stupid rookie mistake in Makefile and unbreak port staging.
  
  PR:		238759
  Sponsored by:	ESnet

Modified:
  head/benchmarks/iperf3/Makefile

Modified: head/benchmarks/iperf3/Makefile
==============================================================================
--- head/benchmarks/iperf3/Makefile	Sat Jun 22 14:04:18 2019	(r504868)
+++ head/benchmarks/iperf3/Makefile	Sat Jun 22 14:10:09 2019	(r504869)
@@ -17,7 +17,7 @@ GNU_CONFIGURE=	yes
 USES=		libtool ssl
 USE_LDCONFIG=	yes
 
-PORTDOCS=	README.md RELEASE_NOTES
+PORTDOCS=	README.md RELNOTES.md
 
 # Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR}
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}


More information about the svn-ports-all mailing list