diff options
author | agc <agc@pkgsrc.org> | 1998-01-13 13:22:11 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-13 13:22:11 +0000 |
commit | 6b387062c6139465e71653466b2b56b5bf9e4378 (patch) | |
tree | c14659db54cedfbf1ccfd5ba073f90707cfbb227 /mail/nmh | |
parent | d29e4652bf9a9f4a4e4d03db7decfab19909e664 (diff) | |
download | pkgsrc-6b387062c6139465e71653466b2b56b5bf9e4378.tar.gz |
Due to massive popular request (including, but not limited to, Matt
Green and Jason Thorpe), revert the MTA type to be smtp, rather than
sendmail.
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 950ea9db7ff..01f07c5af82 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -3,7 +3,7 @@ # Date created: 26 July 1997 # Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org> # -# $NetBSD: Makefile,v 1.5 1998/01/12 10:51:34 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/01/13 13:22:11 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -16,7 +16,7 @@ MAINTAINER= Scott.Blachowicz@seaslug.org GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libexecdir=$(PREFIX)/libexec/nmh \ --sysconfdir=$(PREFIX)/etc/nmh --enable-nmh-pop \ - --with-mts=sendmail + --with-mts=smtp MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 inc.1 \ mark.1 mh-chart.1 mhl.1 mhmail.1 mhn.1 mhparam.1 mhpath.1 msgchk.1 msh.1 \ |