diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-02-23 10:23:06 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-02-23 10:23:06 +0800 |
commit | eeba8cc4917742d09ab03959731d8f1096a4f5a5 (patch) | |
tree | cfa21f4c659cdba4d37d25d4f440622c408e055e /mail/nmh | |
parent | 4c38c86ac19e7051c131e9c749eb08dbbbe0dafa (diff) | |
download | freebsd-ports-graphics-eeba8cc4917742d09ab03959731d8f1096a4f5a5.tar.gz freebsd-ports-graphics-eeba8cc4917742d09ab03959731d8f1096a4f5a5.tar.zst freebsd-ports-graphics-eeba8cc4917742d09ab03959731d8f1096a4f5a5.zip |
Use local mts for mail delivery instead of using SMTP.
PR: ports/10119
Submitted by: Sheldon Hearn <axl@iafrica.com>
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 81594b8311c..b0b357995d2 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -3,7 +3,7 @@ # Date created: 07 Feb 1999 # Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org> # -# $Id: Makefile,v 1.10 1998/08/17 00:07:31 steve Exp $ +# $Id: Makefile,v 1.11 1999/02/11 08:57:13 jkoshy Exp $ # DISTNAME= nmh-1.0 @@ -15,7 +15,8 @@ MAINTAINER= Scott.Blachowicz@seaslug.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/nmh \ - --sysconfdir=${PREFIX}/etc/nmh --enable-nmh-pop + --sysconfdir=${PREFIX}/etc/nmh --enable-nmh-pop \ + --with-mts=sendmail MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 \ inc.1 mark.1 mh-chart.1 mhbuild.1 mhl.1 mhlist.1 mhmail.1 \ |