diff options
Diffstat (limited to 'textproc/html2text')
-rw-r--r-- | textproc/html2text/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index f55329a658d9..71fa9e236b9b 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -39,7 +39,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/html2text.1.gz ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/html2textrc.5.gz ${STAGEDIR}${MANPREFIX}/man/man5 .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for fle in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${fle} ${STAGEDIR}${DOCSDIR} .endfor |