diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-22 20:41:01 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-22 20:41:01 +0000 |
commit | 12c757f48ecf48bf89525642fe3485fa84481f7b (patch) | |
tree | 63872abe5528eeec3c8f56dd6099322b65da2ca7 /mail/emil/files/patch-ab | |
parent | Activate urlview. (diff) |
Import of elim, which does character set and other conversions for
email.
PR: 6373
Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'mail/emil/files/patch-ab')
-rw-r--r-- | mail/emil/files/patch-ab | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/emil/files/patch-ab b/mail/emil/files/patch-ab new file mode 100644 index 000000000000..5b6adc1b48da --- /dev/null +++ b/mail/emil/files/patch-ab @@ -0,0 +1,31 @@ +--- Makefile.in.orig Tue Jun 4 07:54:32 1996 ++++ Makefile.in Wed Apr 22 16:30:47 1998 +@@ -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,10 +263,15 @@ + $(INSTALL_DATA) emil.cf.$(manext) $(mandir)/man$(manext); \ + fi ; + @echo " " ; ++.if !defined(NOPORTDOCS) ++ @echo "Installing doc files in $(datadir)/doc/emil" ; ++ @$(INSTALL_DATA) $(DOCS) $(datadir)/doc/emil/ ++.endif ++ @echo " " ; + @echo "Installation done." ; + + installdirs: +- $(srcdir)/mkinstalldirs $(bindir) $(libdir) $(mandir)/man$(manext) ++ $(srcdir)/mkinstalldirs $(bindir) $(datadir)/doc/emil $(libdir) $(mandir)/man$(manext) + + uninstall: + if test -f $(bindir)/emil ; then \ |