summaryrefslogtreecommitdiff
path: root/wm/afterstep1/patches/patch-aa
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-14 13:36:35 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-14 13:36:35 +0000
commit107769221a3e3ded95edc4a55fa249b8f8f1ee2e (patch)
tree01b81aba3b9f338b472a838dbce3cf18535f6fa7 /wm/afterstep1/patches/patch-aa
parent9a7ea9fede31780be182dc62907a9b7ee44408a6 (diff)
downloadpkgsrc-107769221a3e3ded95edc4a55fa249b8f8f1ee2e.tar.gz
Move afterstep 1.x from pkgsrc/wm/afterstep to pkgsrc/wm/afterstep1.
This is version 1.8.11.
Diffstat (limited to 'wm/afterstep1/patches/patch-aa')
-rw-r--r--wm/afterstep1/patches/patch-aa27
1 files changed, 27 insertions, 0 deletions
diff --git a/wm/afterstep1/patches/patch-aa b/wm/afterstep1/patches/patch-aa
new file mode 100644
index 00000000000..e8c9e5d7c54
--- /dev/null
+++ b/wm/afterstep1/patches/patch-aa
@@ -0,0 +1,27 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/01/14 13:36:35 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