diff options
Diffstat (limited to 'textproc/perl2html/Makefile')
| -rw-r--r-- | textproc/perl2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/perl2html/Makefile b/textproc/perl2html/Makefile index a77137383a16..5532992780ec 100644 --- a/textproc/perl2html/Makefile +++ b/textproc/perl2html/Makefile @@ -18,7 +18,7 @@ OPTIONS_DEFINE= DOCS post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in AUTHORS NEWS README - ${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include <bsd.port.mk> |
