diff -ruNd textproc/urlview/patches/patch-aa textproc/urlview/patches/patch-aa
--- textproc/urlview/patches/patch-aa	Wed Apr 22 20:51:58 1998
+++ textproc/urlview/patches/patch-aa	Mon May  1 18:58:12 2000
@@ -1,5 +1,14 @@
---- urlview.man~	Thu Dec 18 15:10:22 1997
-+++ urlview.man	Tue Apr 21 14:27:26 1998
+--- urlview.man.orig	Fri Dec 19 02:10:22 1997
++++ urlview.man	Mon May  1 18:57:19 2000
+@@ -48,7 +48,7 @@
+ .SH CONFIGURATION
+ 
+ .Pp
+-\fIurlview\fP attempts to read \fI~/.urlview\fP upon startup.  There are
++\fIurlview\fP attempts to read \fI~/.desk/urlview\fP upon startup.  There are
+ two configuration commands (order does not matter):
+ .Pp
+ REGEXP <regular expression to use for URL matching>
 @@ -72,7 +72,7 @@
  .Pp
  COMMAND <command to launch with URL>
@@ -9,3 +18,12 @@
  with the URL that was requested, otherwise the URL is appended to the
  COMMAND string.  The default COMMAND is
  .DS
+@@ -99,7 +99,7 @@
+ .nr ll +1
+ .nr t\n(ll 2
+ .if \n(ll>1 .RS
+-.IP "~/.urlview"
++.IP "~/.desk/urlview"
+ .nr bi 1
+ .Pp
+ urlview configuration file
diff -ruNd textproc/urlview/patches/patch-ba textproc/urlview/patches/patch-ba
--- textproc/urlview/patches/patch-ba	Thu Jan  1 03:00:00 1970
+++ textproc/urlview/patches/patch-ba	Mon May  1 18:54:47 2000
@@ -0,0 +1,11 @@
+--- urlview.c.orig	Sat Jan 31 06:28:46 1998
++++ urlview.c	Mon May  1 18:53:58 2000
+@@ -98,7 +98,7 @@
+   /*** read the initialization file ***/
+ 
+   pw = getpwuid (getuid ());
+-  snprintf (buf, sizeof (buf), "%s/.urlview", pw->pw_dir);
++  snprintf (buf, sizeof (buf), "%s/.desk/urlview", pw->pw_dir);
+   if ((fp = fopen (buf, "r")))
+   {
+     while (fgets (buf, sizeof (buf), fp) != NULL)
diff -ruNd textproc/urlview/patches/patch-bb textproc/urlview/patches/patch-bb
--- textproc/urlview/patches/patch-bb	Thu Jan  1 03:00:00 1970
+++ textproc/urlview/patches/patch-bb	Mon May  1 18:55:57 2000
@@ -0,0 +1,20 @@
+--- urlview.sgml.orig	Fri Dec 19 02:10:22 1997
++++ urlview.sgml	Mon May  1 18:55:28 2000
+@@ -18,7 +18,7 @@
+ 
+ <sect1>CONFIGURATION
+ <p>
+-<em/urlview/ attempts to read <em>&tilde;/.urlview</em> upon startup.  There are
++<em/urlview/ attempts to read <em>&tilde;/.desk/urlview</em> upon startup.  There are
+ two configuration commands (order does not matter):
+ <p>
+ REGEXP &lt;regular expression to use for URL matching&gt;
+@@ -52,7 +52,7 @@
+ <p>
+ <descrip>
+ <tag>
+-&tilde;/.urlview
++&tilde;/.desk/urlview
+ <p>
+ urlview configuration file
+ </descrip>