summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-06-05 15:10:54 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-06-05 15:10:54 +0000
commite81c739d1855a1da9d3da4a97a2ec693b4b8d9ae (patch)
tree848cb0cbc99b1d7e481fc19dd1d7929bbe93b11b /mail/nmh
parentList all manpages in compressed form so this port packages. (diff)
update to vesion 0.26.
PR: 6863 Submitted by: Scott Blachowicz <scott@sabami.seaslug.org>
Notes
Notes: svn path=/head/; revision=11275
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile6
-rw-r--r--mail/nmh/distinfo2
-rw-r--r--mail/nmh/files/patch-ab14
3 files changed, 12 insertions, 10 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 4b3ac8f2fa51..3cf0522cf4cd 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: nmh
-# Version required: 0.25
+# Version required: 0.26
# Date created: 26 July 1997
# Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
#
-# $Id: Makefile,v 1.7 1998/04/27 04:27:44 mph Exp $
+# $Id: Makefile,v 1.8 1998/05/10 08:27:15 itojun Exp $
#
-DISTNAME= nmh-0.25
+DISTNAME= nmh-0.26
CATEGORIES= mail
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/
diff --git a/mail/nmh/distinfo b/mail/nmh/distinfo
index 373dc21a7b26..65eec46c686b 100644
--- a/mail/nmh/distinfo
+++ b/mail/nmh/distinfo
@@ -1 +1 @@
-MD5 (nmh-0.25.tar.gz) = cd8ababb6347f4192e662b1ba3dab7d8
+MD5 (nmh-0.26.tar.gz) = d1f06379f73e2021017d0377948fed3f
diff --git a/mail/nmh/files/patch-ab b/mail/nmh/files/patch-ab
index 07c44a3a210c..0623d9c0b364 100644
--- a/mail/nmh/files/patch-ab
+++ b/mail/nmh/files/patch-ab
@@ -46,10 +46,10 @@ diff -udr ../nmh-0.19.ORIG/configure.in ./configure.in
config files install path : ${nmhsysconf2}
man page install path : ${nmhman}"
echo ""
-diff -udr ../nmh-0.19.ORIG/support/general/Makefile.in ./support/general/Makefile.in
---- ../nmh-0.19.ORIG/support/general/Makefile.in Tue Dec 23 14:05:49 1997
-+++ ./support/general/Makefile.in Mon Jan 5 20:22:42 1998
-@@ -13,11 +13,12 @@
+diff -udr ../nmh-0.26.ORIG/etc/Makefile.in ./etc/Makefile.in
+--- ../nmh-0.26.ORIG/etc/Makefile.in Sat May 16 21:05:03 1998
++++ ./etc/Makefile.in Mon Jun 1 21:05:45 1998
+@@ -13,13 +13,14 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
@@ -57,13 +57,15 @@ diff -udr ../nmh-0.19.ORIG/support/general/Makefile.in ./support/general/Makefil
+libexecdir = @libexecdir@
etcdir = @sysconfdir@
+ mailspool = @mailspool@
+
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_DATA = @INSTALL_DATA@
# Path to search for programs to display content
-@@ -77,9 +78,9 @@
+@@ -86,9 +87,9 @@
done
install-scripts:
@@ -75,7 +77,7 @@ diff -udr ../nmh-0.19.ORIG/support/general/Makefile.in ./support/general/Makefil
done
uninstall: uninstall-files uninstall-scripts
-@@ -91,7 +92,7 @@
+@@ -100,7 +101,7 @@
uninstall-scripts:
for script in $(SCRIPTS); do \