aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Coro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Coro/Makefile')
-rw-r--r--devel/p5-Coro/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile
index 211e728affbf..96b7c44873f7 100644
--- a/devel/p5-Coro/Makefile
+++ b/devel/p5-Coro/Makefile
@@ -52,11 +52,11 @@ MAN3= Coro.3 \
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}/
+ @${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/cede-vs-schedule ${DOCSDIR}/
.endif
.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}/
+ @${MKDIR} ${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${EXAMPLESDIR}/
.endif