diff options
author | agc <agc@pkgsrc.org> | 1998-01-12 10:51:34 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-12 10:51:34 +0000 |
commit | 40eba778ef02a236b97c02ff19dbd1545a58a488 (patch) | |
tree | df1bfcb9fa2f539d051b229bf7f8789815883af2 | |
parent | 54bcee1ee2b9c6fe7d59cbf390c27aced8c475de (diff) | |
download | pkgsrc-40eba778ef02a236b97c02ff19dbd1545a58a488.tar.gz |
Upgrade to version 0.20.
Set default MTA to be sendmail, rather than smtp, at the suggestion
of Perry Metzger.
-rw-r--r-- | mail/nmh/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 6ec10d69bb3..950ea9db7ff 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: nmh -# Version required: 0.18 +# Version required: 0.20 # Date created: 26 July 1997 # Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org> # -# $NetBSD: Makefile,v 1.4 1997/12/22 07:45:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/01/12 10:51:34 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # -DISTNAME= nmh-0.18 +DISTNAME= nmh-0.20 CATEGORIES= mail MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/ @@ -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 mhl.1 mhmail.1 mhn.1 mhparam.1 mhpath.1 msgchk.1 msh.1 \ |