mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
157e05f118
Documentation update providing current support channels. No show-stopping bugs fixed, just lots of nits. Changes to the actual port: Simplify handling of PREFIX. Use autoconf. Use DOT_LOCKING, not FLOCK_LOCKING. (IMPORTANT) Tweak DESCR to make it more obvious that this is an MUA. PR: 15423 Submitted by: maintainer
15 lines
503 B
Plaintext
15 lines
503 B
Plaintext
--- ../../nmh-1.0.2-DIST/configure.in Tue Oct 26 14:12:37 1999
|
|
+++ ./configure.in Sat Dec 11 11:54:28 1999
|
|
@@ -160,6 +160,11 @@
|
|
dnl ------------------
|
|
AC_PROG_MAKE_SET dnl Does make define $MAKE
|
|
AC_PROG_INSTALL dnl Check for BSD compatible `install'
|
|
+
|
|
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 755'
|
|
+
|
|
+AC_SUBST(INSTALL_SCRIPT)
|
|
+
|
|
AC_PROG_RANLIB dnl Check for `ranlib'
|
|
AC_PROG_AWK dnl Check for mawk,gawk,nawk, then awk
|
|
AC_PROG_LEX dnl Check for lex/flex
|