Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;

the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
This commit is contained in:
Akinori MUSHA
2002-01-29 09:45:01 +00:00
parent 8fdfd13285
commit c8eb0d4878
12 changed files with 18 additions and 18 deletions

View File

@@ -39,8 +39,8 @@ do-configure:
post-install:
@${MKDIR} ${PREFIX}/share/doc/py-MySQL
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/py-MySQL
@${ECHO} "share/doc/py-MySQL/README" >> ${TMPPLIST}
@${ECHO} "@dirrm share/doc/py-MySQL" >> ${TMPPLIST}
@${ECHO_CMD} "share/doc/py-MySQL/README" >> ${TMPPLIST}
@${ECHO_CMD} "@dirrm share/doc/py-MySQL" >> ${TMPPLIST}
.endif
@${CAT} ${PKGMESSAGE}