diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-07-22 09:15:04 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-07-22 09:15:04 +0000 |
commit | bb040dde3e08355fc3ff13644072333bff22f964 (patch) | |
tree | 48afad7ae2c1b5fd6c866fadb03127860561cb60 /mail/mutt/files/patch-Makefile.am | |
parent | - Upgrade to 0.12.3.ja2. (diff) |
Move mail/mutt to mail/mutt14
Move mail/mutt-lite to mail/mutt14-lite
Move mail/mutt-devel to mail/mutt
Moving mail/mutt-devel-lite to mail/mutt-lite will follow next to avoid
breaking the cvs exporter
PR: ports/169546
Suggested by: obrien
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=301308
Diffstat (limited to 'mail/mutt/files/patch-Makefile.am')
-rw-r--r-- | mail/mutt/files/patch-Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mutt/files/patch-Makefile.am b/mail/mutt/files/patch-Makefile.am new file mode 100644 index 000000000000..ac0403811365 --- /dev/null +++ b/mail/mutt/files/patch-Makefile.am @@ -0,0 +1,13 @@ +--- Makefile.am.orig 2008-05-19 19:00:44.000000000 +0200 ++++ Makefile.am 2008-05-19 19:03:20.000000000 +0200 +@@ -136,10 +136,6 @@ + + install-data-local: + $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) +- $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir)/mime.types.dist +- -if [ ! -f $(DESTDIR)$(sysconfdir)/mime.types ]; then \ +- $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir); \ +- fi + + uninstall-local: + for i in mime.types ; do \ |