aboutsummaryrefslogtreecommitdiff
path: root/security/vpnc
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 /security/vpnc
parent60aa3ad1bd4016e77a505cb9e1b0a5264739af44 (diff)
downloadports-50418f3429c458d9c665e20145ff04bf2b56c313.tar.gz
ports-50418f3429c458d9c665e20145ff04bf2b56c313.zip
Quiesce mkdir
Notes
Notes: svn path=/head/; revision=348550
Diffstat (limited to 'security/vpnc')
-rw-r--r--security/vpnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile
index b2fa4ab24cd4..9389b9ed104e 100644
--- a/security/vpnc/Makefile
+++ b/security/vpnc/Makefile
@@ -74,7 +74,7 @@ do-install:
${INSTALL_DATA} -m 600 ${WRKSRC}/vpnc.conf ${STAGEDIR}${PREFIX}/etc
.endif
${INSTALL_MAN} ${WRKSRC}/${MANPAGE8} ${STAGEDIR}${MANPREFIX}/man/man8
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>