summaryrefslogtreecommitdiff
path: root/archivers/mar
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 14:26:57 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 14:26:57 +0000
commit50418f3429c458d9c665e20145ff04bf2b56c313 (patch)
treeffdf823f74a6103c3f4cbc16c1297de94f6eee89 /archivers/mar
parentCatch up with latest from upstream. (diff)
Quiesce mkdir
Notes
Notes: svn path=/head/; revision=348550
Diffstat (limited to 'archivers/mar')
-rw-r--r--archivers/mar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/mar/Makefile b/archivers/mar/Makefile
index 9ae297d830dc..1eb80306798e 100644
--- a/archivers/mar/Makefile
+++ b/archivers/mar/Makefile
@@ -24,7 +24,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/man1/mar.1 \
${STAGEDIR}${MAN1PREFIX}/man/man1
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>