mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Made cp -R silent again, like previously.
This commit is contained in:
parent
b9ee6e75d4
commit
6272e9dfa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107168
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue