aboutsummaryrefslogtreecommitdiff
path: root/textproc/html2text
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-10-23 18:58:57 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-10-23 18:58:57 +0000
commitc6b2f8060d514ae26117aa6b0453f6c50b7008ab (patch)
treeb3f006e75eda112d79fa946e2138cd66977fc5b3 /textproc/html2text
parent97d7de4e0daaf6968fae2c9364bb5e64e5f6a1bd (diff)
downloadports-c6b2f8060d514ae26117aa6b0453f6c50b7008ab.tar.gz
ports-c6b2f8060d514ae26117aa6b0453f6c50b7008ab.zip
Unquiet my ports to make debugging easier.
Notes
Notes: svn path=/head/; revision=331410
Diffstat (limited to 'textproc/html2text')
-rw-r--r--textproc/html2text/Makefile2
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