mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
mail/postfix: use ECHO_CMD instead of ECHO
- When using "make -s install" the build can fail because the essential modifications to the port build are not made correctly. # make -s VECHO true # make -s VECHO_CMD echo PR: 222988 Submitted by: Franco Fichtner <franco@opnsense.org> Approved by: ohauer (maintainer timeout)
This commit is contained in:
parent
b2d407390d
commit
854d3c9da9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454689
1 changed files with 5 additions and 5 deletions
|
@ -280,7 +280,7 @@ pre-patch:
|
|||
fi
|
||||
.endif
|
||||
|
||||
@${ECHO} '<HTML><BODY>See <A HREF="header_checks.5.html">header_checks.5.html</A></BODY></HTML>' \
|
||||
@${ECHO_CMD} '<HTML><BODY>See <A HREF="header_checks.5.html">header_checks.5.html</A></BODY></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
|
||||
|
@ -290,12 +290,12 @@ 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
|
||||
|
||||
do-configure:
|
||||
|
@ -305,7 +305,7 @@ do-configure:
|
|||
dynamicmaps=yes \
|
||||
${POSTFIX_DYN_AUXLIBS} \
|
||||
AUXLIBS="${POSTFIX_AUXLIBS}" && \
|
||||
${ECHO} "all: default" >> Makefile)
|
||||
${ECHO_CMD} "all: default" >> Makefile)
|
||||
|
||||
pre-install-INST_BASE-on:
|
||||
${MKDIR} ${STAGEDIR}/etc/rc.d
|
||||
|
|
Loading…
Add table
Reference in a new issue