Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2019 14:10:09 +0000 (UTC)
From:      "Bruce A. Mah" <bmah@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504869 - head/benchmarks/iperf3
Message-ID:  <201906221410.x5MEA9HG036347@repo.freebsd.org>

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



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