summaryrefslogtreecommitdiff
path: root/mail/mutt14/files/patch-charmaps.Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt14/files/patch-charmaps.Makefile.am')
-rw-r--r--mail/mutt14/files/patch-charmaps.Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/mutt14/files/patch-charmaps.Makefile.am b/mail/mutt14/files/patch-charmaps.Makefile.am
deleted file mode 100644
index 383b9d7039fd..000000000000
--- a/mail/mutt14/files/patch-charmaps.Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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