diff options
Diffstat (limited to 'net/iperf/Makefile')
-rw-r--r-- | net/iperf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |