summaryrefslogtreecommitdiff
path: root/mail/nmh/Makefile
AgeCommit message (Collapse)AuthorFilesLines
1998-02-10Upgrade to version 0.21 of nmh. Add a manual page to MAN1, andagc1-8/+9
clean up the way that the $PREFIX/etc/nmh directory is deleted when deleting the package - if there are any *.old files in there, they relate to a previous configuration, and should be kept.
1998-02-09Add comment about NMH_MTAhubertf1-1/+2
1998-01-24portlint: $() -> ${}, pkg -> ${PKGDIR}hubertf1-4/+4
1998-01-19Change the way the default MTA is specified so it's done properlyagc1-6/+3
for definitions in /etc/mk.conf.
1998-01-17Set default MTA for nmh to be smtp. If there's an environment variableagc1-2/+7
called NMH_MTA (or a variable of the same name in /etc/mk.conf), use the value of that variable when configuring nmh. Does not solve the MTA wars, but makes things more configurable.
1998-01-13Due to massive popular request (including, but not limited to, Mattagc1-2/+2
Green and Jason Thorpe), revert the MTA type to be smtp, rather than sendmail.
1998-01-12Upgrade to version 0.20.agc1-4/+5
Set default MTA to be sendmail, rather than smtp, at the suggestion of Perry Metzger.
1997-12-22Fix setting CONFIGURE_ARGS ("=" -> "+=")hubertf1-2/+2
1997-12-19Update to version 0.18.agc1-5/+5
The new version has picked up the autoconf patches from @etcdir@ to @sysconfdir@, but not the ones from @libdir@ to @libexecdir@, so bring these forward.
1997-11-19Add NetBSD RCS Id.agc1-1/+2
Make sure that pkg/INSTALL script is executed, even if execute bit isn't set
1997-11-19Initial import of nmh-0.17 from FreeBSD ports collection into NetBSDagc1-0/+38
packages collection.