diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-07-25 18:54:26 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-07-25 18:54:26 +0000 |
commit | 40a3b0ef5ff3ee0938d700db2c51c300243c5e67 (patch) | |
tree | 8fc0794111b361cace074fd6ebf5d27c38a03307 /mail/emil/files/patch-ab | |
parent | Fix elm build with clang (respect $CC in configure) (diff) |
- Respect $CC
- Fix build with clang
- Regenerate patchfiles after including the clang patches
Diffstat (limited to 'mail/emil/files/patch-ab')
-rw-r--r-- | mail/emil/files/patch-ab | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mail/emil/files/patch-ab b/mail/emil/files/patch-ab deleted file mode 100644 index f04c8a8b7679..000000000000 --- a/mail/emil/files/patch-ab +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.in.orig 1996-06-04 19:54:32.000000000 +0800 -+++ Makefile.in 2008-08-24 21:42:48.000000000 +0800 -@@ -41,9 +41,10 @@ - #manprefix = - - bindir = @bindir@ -+datadir = @datadir@ - libdir = @libdir@ - mandir = @mandir@ --manext = 8 -+manext = 1 - - MAINCF = $(libdir)/emil.cf - CHARFILE = $(libdir)/charsets.cpl -@@ -262,6 +263,12 @@ - $(INSTALL_DATA) emil.cf.$(manext) $(mandir)/man$(manext); \ - fi ; - @echo " " ; -+.if !defined(NOPORTDOCS) -+ $(srcdir)/mkinstalldirs $(datadir)/doc/emil -+ @echo "Installing doc files in $(datadir)/doc/emil" ; -+ @$(INSTALL_DATA) $(DOCS) $(datadir)/doc/emil/ -+.endif -+ @echo " " ; - @echo "Installation done." ; - - installdirs: |