aboutsummaryrefslogtreecommitdiffstats
path: root/dns/sshfp/Makefile
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-18 22:26:57 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-18 22:26:57 +0800
commit9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1 (patch)
treeffdf823f74a6103c3f4cbc16c1297de94f6eee89 /dns/sshfp/Makefile
parent8af2256613799ff75267d21ea7ecbf748835c87a (diff)
downloadfreebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.gz
freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.zst
freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.zip
Quiesce mkdir
Diffstat (limited to 'dns/sshfp/Makefile')
-rw-r--r--dns/sshfp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/sshfp/Makefile b/dns/sshfp/Makefile
index 21d978475866..cf080c68af31 100644
--- a/dns/sshfp/Makefile
+++ b/dns/sshfp/Makefile
@@ -36,7 +36,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.endfor
- ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
+ @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
${INSTALL_SCRIPT} ${WRKSRC}/daneldnsx.py ${STAGEDIR}${PYTHON_SITELIBDIR}
.include <bsd.port.mk>