summaryrefslogtreecommitdiff
path: root/mail/nmh/files/patch-ac
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-01-05 19:11:14 +0000
committerMark Murray <markm@FreeBSD.org>1998-01-05 19:11:14 +0000
commitc8e157b3bf022a2530c4f1ff5b1aced097bcb136 (patch)
tree8723858b1b2ee573e95893bf003835d69d2b6a98 /mail/nmh/files/patch-ac
parentAdd rtptools. (diff)
Update to version 0.19.
(lots of bug fixes, plus the port's locking is fixed, and inc will honour a mode 775 /var/mail). Also pacify portlint. Submitted by: Scott Blachowicz (partially)
Diffstat (limited to 'mail/nmh/files/patch-ac')
-rw-r--r--mail/nmh/files/patch-ac37
1 files changed, 37 insertions, 0 deletions
diff --git a/mail/nmh/files/patch-ac b/mail/nmh/files/patch-ac
new file mode 100644
index 000000000000..cddb57397fe4
--- /dev/null
+++ b/mail/nmh/files/patch-ac
@@ -0,0 +1,37 @@
+--- ../nmh-0.19.ORIG/configure Sun Dec 28 12:19:27 1997
++++ configure Mon Jan 5 20:34:08 1998
+@@ -967,6 +967,8 @@
+ # It thinks the first close brace ends the variable substitution.
+ test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 755'
++
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+ # Extract the first word of "ranlib", so it can be a program name with args.
+ set dummy ranlib; ac_word=$2
+@@ -3449,6 +3451,7 @@
+ s%@CC@%$CC%g
+ s%@SET_MAKE@%$SET_MAKE%g
+ s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
++s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
+ s%@INSTALL_DATA@%$INSTALL_DATA%g
+ s%@RANLIB@%$RANLIB%g
+ s%@AWK@%$AWK%g
+@@ -3692,7 +3695,7 @@
+
+ eval "nmhbin=${bindir}"; eval "nmhbin2=${nmhbin}"
+ eval "nmhsysconf=${sysconfdir}"; eval "nmhsysconf2=${nmhsysconf}"
+-eval "nmhlib=${libdir}"; eval "nmhlib2=${nmhlib}"
++eval "nmhlib=${libexecdir}"; eval "nmhlib2=${nmhlib}"
+ eval "nmhman=${mandir}"
+
+ echo "
+@@ -3705,7 +3708,7 @@
+ linker flags : ${LDFLAGS}
+ source code location : ${srcdir}
+ binary install path : ${nmhbin2}
+-libary install path : ${nmhlib2}
++libexec install path : ${nmhlib2}
+ config files install path : ${nmhsysconf2}
+ man page install path : ${nmhman}"
+ echo ""