aboutsummaryrefslogtreecommitdiff
path: root/comms/remserial
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 /comms/remserial
parent60aa3ad1bd4016e77a505cb9e1b0a5264739af44 (diff)
downloadports-50418f3429c458d9c665e20145ff04bf2b56c313.tar.gz
ports-50418f3429c458d9c665e20145ff04bf2b56c313.zip
Quiesce mkdir
Notes
Notes: svn path=/head/; revision=348550
Diffstat (limited to 'comms/remserial')
-rw-r--r--comms/remserial/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/remserial/Makefile b/comms/remserial/Makefile
index 098ca8e82c7d..817e1ced3be8 100644
--- a/comms/remserial/Makefile
+++ b/comms/remserial/Makefile
@@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>