diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-16 05:11:27 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-16 05:11:27 +0000 |
commit | 50725fdf9761e232702908e6f6437dba3eb9fa64 (patch) | |
tree | 58622bcdc85f2671252656be4e63491cfa5308b7 /mail/mutt/Makefile | |
parent | 27179ddde6f0043fa397601e9a4e432035ecf67a (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/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 3 insertions, 0 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 |