diff options
Diffstat (limited to 'wm/afterstep/patches/patch-aa')
-rw-r--r-- | wm/afterstep/patches/patch-aa | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/wm/afterstep/patches/patch-aa b/wm/afterstep/patches/patch-aa deleted file mode 100644 index 04d44e51bf5..00000000000 --- a/wm/afterstep/patches/patch-aa +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2003/07/02 17:54:37 jmmv Exp $ - ---- doc/afterstepdoc.in.orig Mon Jan 10 19:37:03 2000 -+++ doc/afterstepdoc.in Thu Jan 25 12:49:48 2001 -@@ -9,18 +9,15 @@ - # First try standard path, then local, then other possible paths - # - --for netscape in /usr/X11R6/bin/netscape /usr/bin/netscape \ -- /usr/local/bin/netscape /usr/local/netscape/netscape \ -- /opt/netscape/netscape /opt/bin/netscape ; do -+for netscape in @bindir@/netscape @bindir@/mozilla \ -+ /usr/local/bin/netscape /usr/local/netscape/bin/netscape ; do - if [ -x $netscape ] ; then -- $netscape -remote \ -- openurl\(file:///@datadir@/afterstep/doc/afterstep.html\) 2>/dev/null \ -- || $netscape @datadir@/afterstep/doc/afterstep.html & -+ $netscape @datadir@/afterstep/doc/afterstep.html & - exit - fi - done - --for lynx in /usr/bin/lynx /bin/lynx /usr/local/bin/lynx ; do -+for lynx in @bindir@/lynx /usr/local/bin/lynx ; do - if [ -x $lynx ] ; then - exec xterm -bg black -fg white -sl 500 -vb -e $lynx @datadir@/afterstep/doc/afterstep.html & - fi |