freebsd-ports/mail/mutt14/files/patch-charmaps.Makefile.am
David W. Chapman Jr. 50725fdf97 Fix package building
Fix SSL building

Submitted by:	Udo Schweigert
Approved by:	obrien
2001-12-16 05:11:27 +00:00

14 lines
446 B
Text

--- 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