diff options
Diffstat (limited to 'www/thttpd/Makefile')
-rw-r--r-- | www/thttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index bc4f109..5737a03 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -64,7 +64,7 @@ do-install: fi .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/thttpd - @${INSTALL_MAN} ${DISTDIR}/notes.html ${PREFIX}/share/doc/thttpd + @${INSTALL_DATA} ${DISTDIR}/notes.html ${PREFIX}/share/doc/thttpd .endif post-install: |