aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorScott Mace <smace@FreeBSD.org>2003-01-21 00:34:41 +0800
committerScott Mace <smace@FreeBSD.org>2003-01-21 00:34:41 +0800
commit3574bdbd9c3da5b9a2f5a70e000736c15563a968 (patch)
treec0c1236f0619a1292b63cbb7f31f2f32521dacc8 /net
parentb83ad10525be0dc0a4eb2c48860427c08480c723 (diff)
downloadfreebsd-ports-gnome-3574bdbd9c3da5b9a2f5a70e000736c15563a968.tar.gz
freebsd-ports-gnome-3574bdbd9c3da5b9a2f5a70e000736c15563a968.tar.zst
freebsd-ports-gnome-3574bdbd9c3da5b9a2f5a70e000736c15563a968.zip
Iperf 1.6.5 dropped doc/release.html. Update Makefile.
Diffstat (limited to 'net')
-rw-r--r--net/iperf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iperf/Makefile b/net/iperf/Makefile
index 0d1c9fb6609b..140779f93a15 100644
--- a/net/iperf/Makefile
+++ b/net/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