diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:26:57 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:26:57 +0800 |
commit | 9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1 (patch) | |
tree | ffdf823f74a6103c3f4cbc16c1297de94f6eee89 /security/vpnc | |
parent | 8af2256613799ff75267d21ea7ecbf748835c87a (diff) | |
download | freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.gz freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.zst freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.zip |
Quiesce mkdir
Diffstat (limited to 'security/vpnc')
-rw-r--r-- | security/vpnc/Makefile | 2 |
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> |