summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-12-23 09:15:56 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-12-23 09:15:56 +0000
commit02ec20e712fc025895b9642b4a8e31d854766f4b (patch)
treef29d6dd0e419ae1e840a7ad8a008f195f38c9e55 /mail/nmh
parentUpdate MASTER_SITES (diff)
Update to nmh-1.0.2:
Documentation update providing current support channels. No show-stopping bugs fixed, just lots of nits. Changes to the actual port: Simplify handling of PREFIX. Use autoconf. Use DOT_LOCKING, not FLOCK_LOCKING. (IMPORTANT) Tweak DESCR to make it more obvious that this is an MUA. PR: 15423 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23871
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index f062afc63a67..b7de886ea351 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: nmh
-# Version required: 1.0
+# Version required: 1.0.2
# Date created: 07 Feb 1999
# Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
#
@@ -29,15 +29,15 @@
# script's '--with-pager' option.
#
-DISTNAME= nmh-1.0
+DISTNAME= nmh-1.0.2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/ \
http://www.freebsd.org/~jkoshy/PORTS/
MAINTAINER= Scott.Blachowicz@seaslug.org
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/nmh \
+USE_AUTOCONF= yes
+CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \
--sysconfdir=${PREFIX}/etc/nmh --enable-nmh-pop
.ifdef NMH_MTS
CONFIGURE_ARGS+= --with-mts=${NMH_MTS}
@@ -59,9 +59,13 @@ MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 \
MAN5= mh-alias.5 mh-draft.5 mh-format.5 mh-mail.5 mh-profile.5 \
mh-sequence.5 mh-tailor.5
+MLINKS= mh-profile.5 mh_profile.5
MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 mh-mts.8 post.8
+pre-configure:
+ cd ${WRKSRC}; chmod +w configure
+
# Since we patch the autoconf files as well as their outputs, avoid attempt
# to regenerate header input files with 'autoheader' by Makefile.
post-patch: