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