aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/weex
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 /ftp/weex
parent8af2256613799ff75267d21ea7ecbf748835c87a (diff)
downloadfreebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.gz
freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.zst
freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.zip
Quiesce mkdir
Diffstat (limited to 'ftp/weex')
-rw-r--r--ftp/weex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/weex/Makefile b/ftp/weex/Makefile
index 874db0de2ca3..22d48242a8eb 100644
--- a/ftp/weex/Makefile
+++ b/ftp/weex/Makefile
@@ -31,9 +31,9 @@ post-patch:
${WRKSRC}/Makefile.in
post-install:
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${STAGEDIR}${EXAMPLESDIR}
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
.endfor