diff --git a/mail/postfix211/Makefile b/mail/postfix211/Makefile index 3421f3bbf51c..00bce79ff49b 100644 --- a/mail/postfix211/Makefile +++ b/mail/postfix211/Makefile @@ -281,7 +281,7 @@ pre-patch: fi .endif - @${ECHO} 'See header_checks.5.html' \ + @${ECHO_CMD} 'See header_checks.5.html' \ > ${WRKSRC}/html/body_checks.5.html @${REINPLACE_CMD} -E -e 's!^(#define DEF_SGID_GROUP[^"]+)"postdrop"$$!\1"maildrop"!' \ ${WRKSRC}/src/global/mail_params.h @@ -291,22 +291,22 @@ pre-patch: post-patch: .for f in ${HTML1} - @${ECHO} '$$html_directory/$f:f:root:-:644' \ + @${ECHO_CMD} '$$html_directory/$f:f:root:-:644' \ >> ${WRKSRC}/conf/postfix-files .endfor - @${ECHO} '$$manpage_directory/man1/posttls-finger.1:f:root:-:644' \ + @${ECHO_CMD} '$$manpage_directory/man1/posttls-finger.1:f:root:-:644' \ >> ${WRKSRC}/conf/postfix-files - @${ECHO} '$$command_directory/posttls-finger:f:root:-:755' \ + @${ECHO_CMD} '$$command_directory/posttls-finger:f:root:-:755' \ >> ${WRKSRC}/conf/postfix-files post-patch-SPF-on: - @${ECHO} '$$readme_directory/SPF_README:f:root:-:644' \ + @${ECHO_CMD} '$$readme_directory/SPF_README:f:root:-:644' \ >> ${WRKSRC}/conf/postfix-files @${REINPLACE_CMD} -E -e '${REINPLACE}' \ ${WRKSRC}/README_FILES/SPF_README post-patch-VDA-on: - @${ECHO} '$$readme_directory/VDA_README:f:root:-:644' \ + @${ECHO_CMD} '$$readme_directory/VDA_README:f:root:-:644' \ >> ${WRKSRC}/conf/postfix-files @${REINPLACE_CMD} -E -e '${REINPLACE}' \ ${WRKSRC}/README_FILES/VDA_README @@ -315,7 +315,7 @@ do-configure: (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles \ ${MAKEFILEFLAGS} CCARGS="${POSTFIX_CCARGS}" \ AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) + ${ECHO_CMD} "all: default" >> Makefile) post-stage-VDA-on: ${HEAD} -n 17 ${FILESDIR}/extra-patch-postfix-vda-v13-2.11.x >> ${WRKDIR}/pkg-message