diff options
author | grant <grant@pkgsrc.org> | 2004-06-17 11:35:56 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-17 11:35:56 +0000 |
commit | 71900dcad896fa3f720ece546beea5ff0b1d9189 (patch) | |
tree | 67022b079cda0de6fd3cdbd4d2da931164cdb42b /mail/ssmtp | |
parent | f3aaf63dce2eefff324142e5a3db69ee3835cbcc (diff) | |
download | pkgsrc-71900dcad896fa3f720ece546beea5ff0b1d9189.tar.gz |
be quiet in post-extract and post-build.
Diffstat (limited to 'mail/ssmtp')
-rw-r--r-- | mail/ssmtp/Makefile | 6 |
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: |