openbsd-ports/www/surfraw/patches/patch-surfraw_conf_in
naddy a205288c8c Update to 1.0.5:
* Fix wayward indentation introduced in 1.0.4 which caused -browser
  to fail.
* Note that SURFRAW_browser was made obsolete in 1.0.4.
  SURFRAW_text_browser and SURFRAW_graphical_browser replace its
  functionality.
* State extra clearly the format of ~/.surfraw.conf.
2001-11-07 00:40:45 +00:00

28 lines
950 B
Plaintext

--- surfraw.conf.in.orig Wed Nov 7 01:21:16 2001
+++ surfraw.conf.in Wed Nov 7 01:22:00 2001
@@ -34,15 +34,15 @@ def SURFRAW_conf $HOME/.surfraw.conf
# graphical browser? defaults to yes for meatminds. text browser users can
# work it out how to change it.
-def SURFRAW_graphical yes
+def SURFRAW_graphical no
# name/path of text browser executable
# e.g links, lynx, w3m
-def SURFRAW_text_browser @sr_text_browser@
+def SURFRAW_text_browser /usr/bin/lynx
# name/path of browser executable
# e.g mozilla, netscape etc
-def SURFRAW_graphical_browser @sr_graphical_browser@
+def SURFRAW_graphical_browser none
# text browser arguments, or "none"
def SURFRAW_text_browser_args none
@@ -80,4 +80,4 @@ def SURFRAW_results 30
defyn SURFRAW_escape_url_args yes
# file containing list of elvi
-def SURFRAW_elvi_list @sysconfdir@/surfraw_elvi.list
+def SURFRAW_elvi_list @datadir@/@PACKAGE@/surfraw_elvi.list