diff options
author | agc <agc@pkgsrc.org> | 1998-01-19 09:11:52 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-19 09:11:52 +0000 |
commit | ac2d93b0a83a72b4ce75a2fb0de2c32cb2e69d79 (patch) | |
tree | 916d9955dad159f3ef7af6b76139f210f518e2f5 /mail/nmh | |
parent | 2dacad40e639f94fa5418eb5aeb464635239951a (diff) | |
download | pkgsrc-ac2d93b0a83a72b4ce75a2fb0de2c32cb2e69d79.tar.gz |
Change the way the default MTA is specified so it's done properly
for definitions in /etc/mk.conf.
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 330793b9fd1..945e8e36d38 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.7 1998/01/17 23:50:09 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/01/19 09:11:52 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -13,15 +13,12 @@ MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/ MAINTAINER= Scott.Blachowicz@seaslug.org -.if defined(NMH_MTA) -MTA_TYPE= --with-mts=${NMH_MTA} -.endif -MTA_TYPE?= --with-mts=smtp +NMH_MTA?= smtp GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libexecdir=$(PREFIX)/libexec/nmh \ --sysconfdir=$(PREFIX)/etc/nmh --enable-nmh-pop \ - ${MTA_TYPE} + --with-mts=${NMH_MTA} 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 \ |