summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail/Makefile2
-rw-r--r--mail/smtpd/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 05f4bf3b1798..56ba622d4214 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -138,7 +138,7 @@ thereal-post-patch:
if [ `dirname $i` != ${FILESDIR} ] ; \
then \
${CP} $i.sh $i.sh.orig; \
- (head -c `expr \`ls -l $i.sh.orig \
+ (head -c `${EXPR} \`ls -l $i.sh.orig \
| ${AWK} '{print $$5}'\` - 1` $i.sh.orig ; ${ECHO} '&') \
> $i.sh ; \
fi
diff --git a/mail/smtpd/Makefile b/mail/smtpd/Makefile
index c6d42f3a0c34..34dc430fceda 100644
--- a/mail/smtpd/Makefile
+++ b/mail/smtpd/Makefile
@@ -20,7 +20,7 @@ MAINTAINER= jonny@jonny.eng.br
SPOOLBASE= /var/smtpd
post-patch:
- @mv ${WRKSRC}/Makefile ${WRKSRC}/Makefile.tmp
+ @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.tmp
@${SED} s+!!SPOOLBASE!!+${SPOOLBASE}+g < ${WRKSRC}/Makefile.tmp \
> ${WRKSRC}/Makefile