1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/mail/mutt14/files/patch-doc-mutt.man
Kirill Ponomarev 97c64f81d6 - Fix the DOCSDIR and EXAMPLESDIR code. Now both can be
set to non-standard values.
- Striping of binaries is no longer needed (it's done by install -s).
- Be less verbose.

PR:		58558
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2003-10-26 13:19:29 +00:00

35 lines
1.1 KiB
Groff

--- doc/mutt.man.orig Wed Jul 24 10:41:31 2002
+++ doc/mutt.man Sun Oct 26 11:06:36 2003
@@ -136,9 +136,9 @@
User's personal mapping between MIME types and file extensions.
.IP "/etc/mime.types"
System mapping between MIME types and file extensions.
-.IP "/usr/local/bin/mutt_dotlock"
+.IP "${PREFIX}/bin/mutt_dotlock"
The privileged dotlocking program.
-.IP "/usr/local/doc/mutt/manual.txt"
+.IP "${DOCSDIR}/manual.txt"
The Mutt manual.
.SH BUGS
.PP
--- doc/muttrc.man Sun Oct 26 11:09:09 2003
+++ doc/muttrc.man Sun Oct 26 11:08:48 2003
@@ -990,7 +972,7 @@
.B dotlock_program
.nf
Type: path
-Default: \(lq/usr/local/bin/mutt_dotlock\(rq
+Default: \(lq${PREFIX}/bin/mutt_dotlock\(rq
.fi
.IP
Contains the path of the mutt_dotlock (8) binary to be used by
@@ -3970,7 +3952,7 @@
instead of a raw socket. You may be able to use this to set up
preauthenticated connections to your IMAP/POP3 server. Example:
.IP
-tunnel=\(rqssh -q mailhost.net /usr/local/libexec/imapd\(rq
+tunnel=\(rqssh -q mailhost.net ${PREFIX}/libexec/imapd\(rq
.IP
NOTE: For this example to work you must be able to log in to the remote
machine without having to enter a password.