summaryrefslogtreecommitdiff
path: root/mail/nmh/files/patch-ab
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-04 04:39:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-04 04:39:25 +0000
commit53cb86c588a7f35417f5e725a6ef4dc6ba161f5a (patch)
tree8ea154806983845c226d5f8a63770ec9579f3aad /mail/nmh/files/patch-ab
parentInstall LICENSE. (diff)
"New MH".
PR: 3647 Submitted by: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
Notes
Notes: svn path=/head/; revision=6737
Diffstat (limited to 'mail/nmh/files/patch-ab')
-rw-r--r--mail/nmh/files/patch-ab30
1 files changed, 30 insertions, 0 deletions
diff --git a/mail/nmh/files/patch-ab b/mail/nmh/files/patch-ab
new file mode 100644
index 000000000000..7dac5f96d38a
--- /dev/null
+++ b/mail/nmh/files/patch-ab
@@ -0,0 +1,30 @@
+diff -ur configure.in-dist configure.in
+--- configure.in-dist Fri May 2 12:31:29 1997
++++ configure.in Mon May 12 21:01:07 1997
+@@ -119,9 +119,12 @@
+ AC_SUBST(TSORT)dnl
+ fi
+
+-AC_PATH_PROG(sendmailpath, sendmail, no, /usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin)
+-AC_PATH_PROG(morepath, more, no, /usr/bin:/usr/ucb:/usr/local/bin)
+-AC_PATH_PROG(vipath, vi, no, /usr/bin:/usr/ucb:/usr/local/bin)
++pathtmp=/usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin
++AC_PATH_PROG(sendmailpath, sendmail, no, [$pathtmp])
++pathtmp=/usr/bin:/usr/ucb:/usr/local/bin
++AC_PATH_PROG(morepath, more, no, [$pathtmp])
++pathtmp=/usr/bin:/usr/ucb:/usr/local/bin
++AC_PATH_PROG(vipath, vi, no, [$pathtmp])
+
+ dnl Check for broken vi
+ AC_CACHE_CHECK(for broken vi, nmh_cv_attvibug,
+@@ -416,8 +419,8 @@
+ [test -z "$CONFIG_HEADERS" || echo > stamp-h])
+
+ eval "nmhbin=${bindir}"; eval "nmhbin2=${nmhbin}"
+-eval "nmhetc=${etcdir}"; eval "nmhetc2=${nmhetc}"
+-eval "nmhlib=${libdir}"; eval "nmhlib2=${nmhlib}"
++eval "nmhetc=${sysconfdir}"; eval "nmhetc2=${nmhetc}"
++eval "nmhlib=${libexecdir}"; eval "nmhlib2=${nmhlib}"
+ eval "nmhman=${mandir}"
+
+ echo "