diff options
-rw-r--r-- | mail/milter-regex/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile index 6e72f075134c..f6315100fc19 100644 --- a/mail/milter-regex/Makefile +++ b/mail/milter-regex/Makefile @@ -25,14 +25,14 @@ pre-everything:: .endif post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig - ${SED} -e "s:-lpthread:${PTHREAD_LIBS}:g; \ + @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig + @${SED} -e "s:-lpthread:${PTHREAD_LIBS}:g; \ s:-I/usr/src/gnu/usr.sbin/sendmail/include:${PTHREAD_CFLAGS}:g; \ s/-Werror//g" < ${WRKSRC}/Makefile.orig > ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/milter-regex ${PREFIX}/libexec - ${INSTALL_MAN} ${WRKSRC}/milter-regex.8 ${PREFIX}/man/man8 + @${INSTALL_PROGRAM} ${WRKSRC}/milter-regex ${PREFIX}/libexec + @${INSTALL_MAN} ${WRKSRC}/milter-regex.8 ${PREFIX}/man/man8 @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.mk> |