summaryrefslogtreecommitdiff
path: root/mail/nmh/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-08-04 06:51:46 +0000
committerMark Murray <markm@FreeBSD.org>1997-08-04 06:51:46 +0000
commita6e587c45c40232a01e510f8ab0607b31c8adb54 (patch)
treea88b1b9b987a212e6bff4b45adff17123d578680 /mail/nmh/Makefile
parentAdd more info to workaround (diff)
Update this to version 0.17
Submitted by: Scott Blachowicz
Notes
Notes: svn path=/head/; revision=7468
Diffstat (limited to 'mail/nmh/Makefile')
-rw-r--r--mail/nmh/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 58e44b2e3f8c..db5ee7b584fb 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: nmh
-# Version required: 0.14
-# Date created: 20 May 1997
+# Version required: 0.17
+# Date created: 26 July 1997
# Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/06/04 04:39:25 asami Exp $
#
-DISTNAME= nmh-0.14
+DISTNAME= nmh-0.17
CATEGORIES= mail
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/
@@ -27,4 +27,12 @@ MAN5= mh-alias.5 mh-draft.5 mh-format.5 mh-mail.5 mh-profile.5 \
MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 mh-mts.8 post.8
+# Since we patch the autoconf files as well as their outputs, avoid attempt
+# to regenerate header input files with 'autoheader' by Makefile.
+post-patch:
+ ${ECHO} > ${WRKSRC}/stamp-h.in
+
+post-install:
+ @PKG_PREFIX='${PREFIX}' ./pkg/INSTALL
+
.include <bsd.port.mk>