NMH is a "New MH" mail handler package - it is based on MH 6.8.3 and has some portability fixes and some additions (and subtractions) from the base MH. This is the first FreeBSD "port" I've done, so it's probably off a little. Fix: Grab ftp://ftp.freebsd.org/pub/incoming/nmh-0.14-port-sab.tar.gz and commit :-).
State Changed From-To: open->closed Thanks, committed. Changes: === diff -ru nmh-port/Makefile nmh-port.new/Makefile --- nmh-port/Makefile Tue May 20 21:20:13 1997 +++ nmh-port.new/Makefile Tue Jun 3 21:27:09 1997 @@ -3,7 +3,7 @@ # Date created: 20 May 1997 # Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org> # -# $Id: Makefile,v 1.3 1997/05/21 04:20:13 scott Exp $ +# $Id$ # DISTNAME= nmh-0.14 @@ -13,7 +13,8 @@ MAINTAINER= Scott.Blachowicz@seaslug.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libexecdir=$(PREFIX)/libexec/nmh --sysconfdir=$(PREFIX)/etc/nmh --prefix=$(PREFIX) --enable-nmh-pop +CONFIGURE_ARGS= --libexecdir=$(PREFIX)/libexec/nmh + --sysconfdir=$(PREFIX)/etc/nmh --enable-nmh-pop 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 diff -ru nmh-port/pkg/COMMENT nmh-port.new/pkg/COMMENT --- nmh-port/pkg/COMMENT Sat May 17 22:15:05 1997 +++ nmh-port.new/pkg/COMMENT Tue Jun 3 21:27:57 1997 @@ -1 +1 @@ -nmh, a cleaned up MH mailer suite. +A cleaned up MH mailer suite. === GNU_CONFIGURE already includes "--prefix=${PREFIX}" in CONFIGURE_ARGS. Also, no need to put package name in front of COMMENT.