summaryrefslogtreecommitdiff
path: root/mail/mutt14/files/patch-z
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-06-06 15:38:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-06-06 15:38:37 +0000
commit8c3cb83adcba7a6e5458efd4da25e7668190ac40 (patch)
treea93c030390fe1fb63e818827916756693da35e78 /mail/mutt14/files/patch-z
parent- Stage support (diff)
- Implement staging
- Remove SGML_DOCS option which no longer works with current sgmltools PR: 190097 Submitted by: maintainer
Diffstat (limited to 'mail/mutt14/files/patch-z')
-rw-r--r--mail/mutt14/files/patch-z22
1 files changed, 20 insertions, 2 deletions
diff --git a/mail/mutt14/files/patch-z b/mail/mutt14/files/patch-z
index 08a7dfbebe7b..b96407b9cc2b 100644
--- a/mail/mutt14/files/patch-z
+++ b/mail/mutt14/files/patch-z
@@ -1,5 +1,5 @@
---- Makefile.am.orig2 Thu Jan 6 15:45:58 2005
-+++ Makefile.am Thu Jan 6 15:47:48 2005
+--- Makefile.am.orig 2014-06-01 17:46:47.000000000 +0200
++++ Makefile.am 2014-06-01 17:48:02.000000000 +0200
@@ -11,7 +11,7 @@
SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR)
@@ -9,6 +9,24 @@
BUILT_SOURCES = keymap_defs.h patchlist.c Muttrc
+@@ -135,16 +135,7 @@
+
+ install-data-local: Muttrc
+ $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir)
+- -if [ -f $(DESTDIR)$(pkgdatadir)/Muttrc ] ; then \
+- mv $(DESTDIR)$(pkgdatadir)/Muttrc* $(DESTDIR)$(sysconfdir) ; \
+- elif [ -f $(DESTDIR)$(pkgdatadir)/../Muttrc ] ; then \
+- mv $(DESTDIR)$(pkgdatadir)/../Muttrc* $(DESTDIR)$(sysconfdir) ; \
+- elif [ ! -f $(DESTDIR)$(sysconfdir)/Muttrc ] ; then \
+- $(INSTALL) -m 644 $(srcdir)/Muttrc $(DESTDIR)$(sysconfdir) ; \
+- fi
+- -if [ ! -f $(DESTDIR)$(sysconfdir)/mime.types ]; then \
+- $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir); \
+- fi
++ $(INSTALL) -m 644 $(srcdir)/Muttrc $(DESTDIR)$(sysconfdir)/Muttrc.sample
+
+
+ # Don't make this one ChangeLog - it's intended to be
--- doc/Makefile.in.orig2 Thu Jan 6 15:45:57 2005
+++ doc/Makefile.in Thu Jan 6 15:53:52 2005
@@ -78,8 +78,6 @@