patch-wml_aux_txt2html_txt2html_src 703 B

12345678910111213
  1. $OpenBSD: patch-wml_aux_txt2html_txt2html_src,v 1.2 2008/10/01 20:15:04 millert Exp $
  2. --- wml_aux/txt2html/txt2html.src.orig Thu Dec 1 12:50:13 2005
  3. +++ wml_aux/txt2html/txt2html.src Mon Sep 29 11:20:55 2008
  4. @@ -230,7 +230,7 @@ $dict_debug = 0; # Debug mode for link
  5. # 2: The code that will make the links
  6. # 4: When each rule matches something
  7. -$system_link_dict = "/usr/local/lib/txt2html.dict"; # after options
  8. +$system_link_dict = "@datadir@/data/txt2html.dict"; # after options
  9. $default_link_dict = "$ENV{'HOME'}/.txt2html.dict"; # before options
  10. # [-pm/+pm ] | [--preformat-marker / --nopreformat-marker ]