1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Use ${ECHO_CMD} instead of ${ECHO} for "real" echoing.

Approved by:	portmgr (implicitly)
This commit is contained in:
Archie Cobbs 2005-03-29 14:59:38 +00:00
parent 3599cebd67
commit 0104af0f3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132112

View File

@ -36,6 +36,6 @@ post-install:
@${FIND} ${dir} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.endfor
@${ECHO} '@unexec rmdir %D/lib/security 2>/dev/null || true' >> ${TMPPLIST}
@${ECHO_CMD} '@unexec rmdir %D/lib/security 2>/dev/null || true' >> ${TMPPLIST}
.include <bsd.port.post.mk>