aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorsmace <smace@FreeBSD.org>2003-01-21 00:34:41 +0800
committersmace <smace@FreeBSD.org>2003-01-21 00:34:41 +0800
commit7d191346ba2463100d84fa34bf95ac7f2d3a5b08 (patch)
treef91bed5d24c60c0dcf3f55304173e57d01bc57cb /benchmarks
parente45fb4c9d7afd69c491478a88307e18a5b5cf9b9 (diff)
downloadfreebsd-ports-gnome-7d191346ba2463100d84fa34bf95ac7f2d3a5b08.tar.gz
freebsd-ports-gnome-7d191346ba2463100d84fa34bf95ac7f2d3a5b08.tar.zst
freebsd-ports-gnome-7d191346ba2463100d84fa34bf95ac7f2d3a5b08.zip
Iperf 1.6.5 dropped doc/release.html. Update Makefile.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/iperf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile
index 0d1c9fb6609b..140779f93a15 100644
--- a/benchmarks/iperf/Makefile
+++ b/benchmarks/iperf/Makefile
@@ -21,8 +21,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iperf ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/iperf
-.for file in README doc/index.html doc/jperf.gif doc/lib.html doc/release.html \
- doc/ui_license.html
+.for file in README doc/index.html doc/jperf.gif doc/dast.gif \
+ doc/lib.html doc/ui_license.html
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/iperf
.endfor
.endif