summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-16 05:11:27 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-16 05:11:27 +0000
commit50725fdf9761e232702908e6f6437dba3eb9fa64 (patch)
tree58622bcdc85f2671252656be4e63491cfa5308b7 /mail/mutt
parentFix the diff so that it actually apply. The original source should be used (diff)
Fix package building
Fix SSL building Submitted by: Udo Schweigert Approved by: obrien
Notes
Notes: svn path=/head/; revision=51611
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile3
-rw-r--r--mail/mutt/files/patch-Makefile.in11
-rw-r--r--mail/mutt/files/patch-charmaps.Makefile.am14
3 files changed, 17 insertions, 11 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 8d28ccbc5eb5..29ca5bd35985 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -89,6 +89,9 @@ pre-configure:
cd ${WRKSRC}/charmaps/maps; ${LN} CP1251 WINDOWS-1251
cd ${WRKSRC}/charmaps/maps; ${RM} -f *.orig
+pre-build:
+ cd ${WRKSRC} && ${MAKE} keymap_defs.h
+
.if !defined(NOPORTDOCS)
post-build:
${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.sgml
diff --git a/mail/mutt/files/patch-Makefile.in b/mail/mutt/files/patch-Makefile.in
deleted file mode 100644
index 5e33d7c1abdf..000000000000
--- a/mail/mutt/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Tue May 9 17:15:37 2000
-+++ Makefile.in Fri May 12 13:53:08 2000
-@@ -210,7 +210,7 @@
- SOURCES = $(mutt_dotlock_SOURCES) $(pgpring_SOURCES) $(makedoc_SOURCES) $(mutt_SOURCES) $(EXTRA_mutt_SOURCES)
- OBJECTS = $(mutt_dotlock_OBJECTS) $(pgpring_OBJECTS) $(makedoc_OBJECTS) $(mutt_OBJECTS)
-
--all: all-redirect
-+all: $(BUILT_SOURCES) all-redirect
- .SUFFIXES:
- .SUFFIXES: .S .c .o .s
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
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