diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-26 13:19:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-26 13:19:29 +0000 |
commit | 97c64f81d609ded6862558f78e7ebd15d3974fad (patch) | |
tree | cf8b75a55be1f17f64bf9786b244085a17be4e59 /mail/mutt14/files/patch-examples | |
parent | - Fix the DOCSDIR and EXAMPLESDIR code. Now both can be set to (diff) |
- 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)
Diffstat (limited to 'mail/mutt14/files/patch-examples')
-rw-r--r-- | mail/mutt14/files/patch-examples | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt14/files/patch-examples b/mail/mutt14/files/patch-examples index 26db7d6c955f..2d24771033f7 100644 --- a/mail/mutt14/files/patch-examples +++ b/mail/mutt14/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@ |