Made cp -R silent again, like previously.

This commit is contained in:
Ernst de Haan 2004-04-15 23:05:17 +00:00
parent b9ee6e75d4
commit 6272e9dfa2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107168

View file

@ -32,7 +32,7 @@ PORTDOCS= api guide images index.html relnotes tooldocs
do-install: do-install:
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..." @${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/* ${DOCSDIR} @${CP} -R ${WRKSRC}/* ${DOCSDIR}
@${ECHO} " [ DONE ]" @${ECHO} " [ DONE ]"
.include <bsd.port.post.mk> .include <bsd.port.post.mk>