pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ssmtp be quiet in post-extract and post-build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7f734ffe76b
branches:  trunk
changeset: 476644:f7f734ffe76b
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jun 17 11:35:56 2004 +0000

description:
be quiet in post-extract and post-build.

diffstat:

 mail/ssmtp/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a058bc8329f1 -r f7f734ffe76b mail/ssmtp/Makefile
--- a/mail/ssmtp/Makefile       Thu Jun 17 11:35:28 2004 +0000
+++ b/mail/ssmtp/Makefile       Thu Jun 17 11:35:56 2004 +0000
@@ -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}/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 @@
        done
 
 post-build:
-       ${SED} ${FILES_SUBST_SED} ${FILESDIR}/mailer.conf               \
+       @${SED} ${FILES_SUBST_SED} ${FILESDIR}/mailer.conf              \
                > ${WRKDIR}/mailer.conf
 
 post-install:



Home | Main Index | Thread Index | Old Index