mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Actually make this work
This commit is contained in:
parent
e71371daa3
commit
fe2f795b37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31804
8
www/surfraw/files/patch-aa
Normal file
8
www/surfraw/files/patch-aa
Normal file
@ -0,0 +1,8 @@
|
||||
--- surfraw.conf.in.orig Sun Aug 6 16:09:01 2000
|
||||
+++ surfraw.conf.in Sun Aug 20 19:38:34 2000
|
||||
@@ -59,4 +59,4 @@
|
||||
defyn SURFRAW_escape_url_args yes
|
||||
|
||||
# file containing list of elvi
|
||||
-def SURFRAW_elvi_list @sysconfdir@/surfraw_elvi.list
|
||||
+def SURFRAW_elvi_list @prefix@/share/surfraw/surfraw_elvi.list
|
11
www/surfraw/files/patch-ab
Normal file
11
www/surfraw/files/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- surfraw.in.orig Sun Aug 20 19:47:02 2000
|
||||
+++ surfraw.in Sun Aug 20 19:47:17 2000
|
||||
@@ -245,7 +245,7 @@
|
||||
}
|
||||
|
||||
w3_browse_url () {
|
||||
- if ok SURFRAW_new_screen && ! test -z "$STY"; then
|
||||
+ if ok SURFRAW_new_screen && [ ! -z "$STY" ]; then
|
||||
screen=yes
|
||||
else
|
||||
screen=no
|
Loading…
Reference in New Issue
Block a user