diff options
-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 |