diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-09-01 13:46:22 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-09-01 13:46:22 +0000 |
commit | 1783cd17e47eeecb8ae7da7b186c9a9273f5b3ab (patch) | |
tree | 88e810d3b747cadaa06c27f108993620d00e019d /mail/mutt-devel/files/patch-Makefile.am | |
parent | - Update to 1.0.11 (diff) |
- Update to 1.5.13
PR: ports/102697
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=171806
Diffstat (limited to 'mail/mutt-devel/files/patch-Makefile.am')
-rw-r--r-- | mail/mutt-devel/files/patch-Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/patch-Makefile.am b/mail/mutt-devel/files/patch-Makefile.am new file mode 100644 index 000000000000..4d2accd84dd8 --- /dev/null +++ b/mail/mutt-devel/files/patch-Makefile.am @@ -0,0 +1,19 @@ +--- Makefile.am.orig2 Fri Sep 1 14:27:36 2006 ++++ Makefile.am Fri Sep 1 14:28:47 2006 +@@ -145,16 +145,12 @@ + install-data-local: Muttrc + $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) + $(INSTALL) -m644 Muttrc $(DESTDIR)$(sysconfdir)/Muttrc.dist +- $(INSTALL) -m644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir)/mime.types.dist + -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 Muttrc $(DESTDIR)$(sysconfdir) ; \ +- fi +- -if [ ! -f $(DESTDIR)$(sysconfdir)/mime.types ]; then \ +- $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir); \ + fi + + uninstall-local: |