aboutsummaryrefslogtreecommitdiffstats
path: root/dns/tinystats
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/tinystats
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/tinystats')
-rw-r--r--dns/tinystats/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/tinystats/Makefile b/dns/tinystats/Makefile
index 7dc24225f1bb..ffbb5b46fe9a 100644
--- a/dns/tinystats/Makefile
+++ b/dns/tinystats/Makefile
@@ -29,14 +29,14 @@ MAKE_ARGS+= -DWITH_IPV6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tinystats ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/tinydns.sh.sample \
${WRKSRC}/tinydns.log.run.sample \
${WRKSRC}/update_slave.sh.sample \
${WRKSRC}/start_slave.sh.sample \
${WRKSRC}/Makefile.sample \
${STAGEDIR}${EXAMPLESDIR}
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>