summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-17 11:35:56 +0000
committergrant <grant@pkgsrc.org>2004-06-17 11:35:56 +0000
commit14ebee694953d0dd75c81fe7b97ad8d11799dd0f (patch)
tree67022b079cda0de6fd3cdbd4d2da931164cdb42b /mail
parentd16f9658fade614e849aa926d9cace927cec96d2 (diff)
downloadpkgsrc-14ebee694953d0dd75c81fe7b97ad8d11799dd0f.tar.gz
be quiet in post-extract and post-build.
Diffstat (limited to 'mail')
-rw-r--r--mail/ssmtp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile
index 1139ecc9604..97d6c22a0be 100644
--- a/mail/ssmtp/Makefile
+++ b/mail/ssmtp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/04/18 04:55:29 snj Exp $
+# $NetBSD: Makefile,v 1.9 2004/06/17 11:35:56 grant Exp $
# FreeBSD Id: ports/mail/ssmtp/Makefile,v 1.10 2003/04/14 08:41:04 leeym Exp
#
# TLS functionality needs testing. Please let me know the result,
@@ -32,7 +32,7 @@ CONF_FILES= ${EGDIR}/ssmtp.conf ${PKG_SYSCONFDIR}/ssmtp.conf
CONF_FILES+= ${EGDIR}/revaliases ${PKG_SYSCONFDIR}/revaliases
post-extract:
- ${RM} -rf ${WRKSRC}/RCS
+ @${RM} -rf ${WRKSRC}/RCS
post-patch:
for f in ${WRKSRC}/ssmtp.c ${WRKSRC}/ssmtp.conf ; do \
@@ -49,7 +49,7 @@ post-patch:
done
post-build:
- ${SED} ${FILES_SUBST_SED} ${FILESDIR}/mailer.conf \
+ @${SED} ${FILES_SUBST_SED} ${FILESDIR}/mailer.conf \
> ${WRKDIR}/mailer.conf
post-install: