summaryrefslogtreecommitdiff
path: root/java/jakarta-commons-collections
diff options
context:
space:
mode:
Diffstat (limited to 'java/jakarta-commons-collections')
-rw-r--r--java/jakarta-commons-collections/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jakarta-commons-collections/Makefile b/java/jakarta-commons-collections/Makefile
index 1bcb489c92fa..45421f05be80 100644
--- a/java/jakarta-commons-collections/Makefile
+++ b/java/jakarta-commons-collections/Makefile
@@ -39,8 +39,8 @@ do-install:
.if !defined(NOPORTDOCS)
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
- ${MKDIR} ${DOCSDIR}
- ${CP} -r ${WRKSRC}/dist/docs/api/* ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
+ @${CP} -r ${WRKSRC}/dist/docs/api/* ${DOCSDIR}
@${ECHO} " [ DONE ]"
.endif