diff options
Diffstat (limited to 'mail/nmh/files/patch-ab')
-rw-r--r-- | mail/nmh/files/patch-ab | 30 |
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 " |