diff options
author | smace <smace@FreeBSD.org> | 2003-01-20 16:34:41 +0000 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 2003-01-20 16:34:41 +0000 |
commit | 7d191346ba2463100d84fa34bf95ac7f2d3a5b08 (patch) | |
tree | f91bed5d24c60c0dcf3f55304173e57d01bc57cb | |
parent | e45fb4c9d7afd69c491478a88307e18a5b5cf9b9 (diff) | |
download | FreeBSD-ports-7d191346ba2463100d84fa34bf95ac7f2d3a5b08.zip FreeBSD-ports-7d191346ba2463100d84fa34bf95ac7f2d3a5b08.tar.gz |
Iperf 1.6.5 dropped doc/release.html. Update Makefile.
-rw-r--r-- | benchmarks/iperf/Makefile | 4 | ||||
-rw-r--r-- | net/iperf/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index 0d1c9fb..140779f 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 diff --git a/net/iperf/Makefile b/net/iperf/Makefile index 0d1c9fb..140779f 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 |