diff options
Diffstat (limited to 'mail/mutt/files/patch-charmaps.Makefile.am')
-rw-r--r-- | mail/mutt/files/patch-charmaps.Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/mutt/files/patch-charmaps.Makefile.am b/mail/mutt/files/patch-charmaps.Makefile.am new file mode 100644 index 000000000000..383b9d7039fd --- /dev/null +++ b/mail/mutt/files/patch-charmaps.Makefile.am @@ -0,0 +1,14 @@ +--- charmaps/Makefile.am.orig Mon Aug 23 22:12:09 1999 ++++ charmaps/Makefile.am Fri Dec 7 15:17:33 2001 +@@ -1,6 +1,7 @@ + ## Process this file with automake to produce Makefile.in + +-noinst_DATA = charmap_notice +- +-charmap_notice: +- @echo ; echo "For charmap support, please read INSTALL" ; echo ++install: ++ $(top_srcdir)/mkinstalldirs $(charmaps) ++ for f in $(top_srcdir)/$(subdir)/maps/* ; do \ ++ $(INSTALL) -m 644 $$f $(charmaps)/ ; \ ++ done |