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

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>