diff options
author | jnemeth <jnemeth> | 2014-06-21 18:39:27 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2014-06-21 18:39:27 +0000 |
commit | 2a2c99254016e99af5d0aa90e44018801ae7202e (patch) | |
tree | 7360012dbc32487dff91ef2095a0b7b7f0d21274 /mail/sendmail | |
parent | 43c0c5b5c9697d31ddfa22c3a74246a9ac1fb4d6 (diff) | |
download | pkgsrc-2a2c99254016e99af5d0aa90e44018801ae7202e.tar.gz |
Bah! Don't bother installing rmail as it comes with the UUCP package
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 5 | ||||
-rw-r--r-- | mail/sendmail/PLIST | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 8b64765cdee..20d48437bdd 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.124 2014/06/20 16:26:55 jnemeth Exp $ +# $NetBSD: Makefile,v 1.125 2014/06/21 18:39:27 jnemeth Exp $ PKGNAME= sendmail-${DIST_VERS} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= The well known Mail Transport Agent CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]* @@ -116,7 +116,6 @@ post-build: post-install: (cd ${WRKSRC}/mail.local && env ${INSTALL_ENV} ${MAKE_ENV} ./Build force-install) - (cd ${WRKSRC}/rmail && env ${INSTALL_ENV} ${MAKE_ENV} ./Build force-install) ${INSTALL_DATA} ${WRKDIR}/mailer.conf \ ${DESTDIR}${PREFIX}/share/examples/sendmail/ diff --git a/mail/sendmail/PLIST b/mail/sendmail/PLIST index 0d4138c81da..b88007e33bd 100644 --- a/mail/sendmail/PLIST +++ b/mail/sendmail/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.20 2014/06/15 20:48:49 jnemeth Exp $ +@comment $NetBSD: PLIST,v 1.21 2014/06/21 18:39:27 jnemeth Exp $ bin/hoststat bin/mailq bin/newaliases bin/purgestat -bin/rmail bin/vacation lib/libsm.a lib/libsmutil.a |