diff options
Diffstat (limited to 'mail/mutt-devel/files')
-rw-r--r-- | mail/mutt-devel/files/extra-patch-doc-ref | 2 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-doc-mutt.man | 14 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-examples | 2 |
3 files changed, 16 insertions, 2 deletions
diff --git a/mail/mutt-devel/files/extra-patch-doc-ref b/mail/mutt-devel/files/extra-patch-doc-ref index ee044b188b0b..99222e0bceb0 100644 --- a/mail/mutt-devel/files/extra-patch-doc-ref +++ b/mail/mutt-devel/files/extra-patch-doc-ref @@ -6,7 +6,7 @@ mail under unix operating systems, including support color terminals, MIME, -and a threaded sorting mode. +and a threaded sorting mode. Details of how to use all of this is -+available in \fI${PREFIX}/share/doc/mutt/\fP. ++available in \fI${DOCSDIR}\fP. .SH OPTIONS .IP "-a \fIfile\fP" Attach a file to your message using MIME. diff --git a/mail/mutt-devel/files/patch-doc-mutt.man b/mail/mutt-devel/files/patch-doc-mutt.man new file mode 100644 index 000000000000..82f4a93ffd04 --- /dev/null +++ b/mail/mutt-devel/files/patch-doc-mutt.man @@ -0,0 +1,14 @@ +--- doc/mutt.man.orig Wed Nov 13 11:07:05 2002 ++++ doc/mutt.man Wed Sep 24 15:36:17 2003 +@@ -148,9 +148,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 diff --git a/mail/mutt-devel/files/patch-examples b/mail/mutt-devel/files/patch-examples index 79b4e049d12a..91fb73ceaad7 100644 --- a/mail/mutt-devel/files/patch-examples +++ b/mail/mutt-devel/files/patch-examples @@ -4,7 +4,7 @@ mandir = @mandir@ srcdir = @srcdir@ docdir = @docdir@ -+samplesdir = @prefix@/share/examples/mutt ++samplesdir = @samplesdir@ top_srcdir = @top_srcdir@ top_builddir = .. INSTALL = @INSTALL@ |