diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /mail/smtpd | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.zst freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to 'mail/smtpd')
-rw-r--r-- | mail/smtpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |