lang/rust: Use ECHO_CMD not ECHO as per bsd.commands.mk
This commit is contained in:
parent
942956250d
commit
0d7fced0f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490479
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ post-install:
|
||||||
-e 's|(man/man[1-9]/.*\.[0-9])|\1.gz|' \
|
-e 's|(man/man[1-9]/.*\.[0-9])|\1.gz|' \
|
||||||
${STAGEDIR}${PREFIX}/$$f; \
|
${STAGEDIR}${PREFIX}/$$f; \
|
||||||
${RM} ${STAGEDIR}${PREFIX}/$$f.bak; \
|
${RM} ${STAGEDIR}${PREFIX}/$$f.bak; \
|
||||||
${ECHO} "${PREFIX}/$$f" >> ${TMPPLIST}; \
|
${ECHO_CMD} "${PREFIX}/$$f" >> ${TMPPLIST}; \
|
||||||
${AWK} '\
|
${AWK} '\
|
||||||
/^file:/ { \
|
/^file:/ { \
|
||||||
file=$$0; \
|
file=$$0; \
|
||||||
|
|
Loading…
Reference in a new issue