aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-10-24 02:58:57 +0800
committereadler <eadler@FreeBSD.org>2013-10-24 02:58:57 +0800
commitff5e352b9b2cdbbf4cfe90b84b0c10dcc8702305 (patch)
treeb3f006e75eda112d79fa946e2138cd66977fc5b3 /textproc
parent0520813eb4c26d14ed8c3aa9f8458268728d1506 (diff)
downloadfreebsd-ports-gnome-ff5e352b9b2cdbbf4cfe90b84b0c10dcc8702305.tar.gz
freebsd-ports-gnome-ff5e352b9b2cdbbf4cfe90b84b0c10dcc8702305.tar.zst
freebsd-ports-gnome-ff5e352b9b2cdbbf4cfe90b84b0c10dcc8702305.zip
Unquiet my ports to make debugging easier.
Diffstat (limited to 'textproc')
-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