summaryrefslogtreecommitdiff
path: root/wm/afterstep/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-07-02 17:54:36 +0000
committerjmmv <jmmv@pkgsrc.org>2003-07-02 17:54:36 +0000
commitc1681b867d752d14a2d3646771a43635ef1ceda4 (patch)
tree578a9684b5c0cdcdb8c23e6deb3b0b2392d7c256 /wm/afterstep/patches
parent1a40643cd44b0a75ce24159914e906b912666d4c (diff)
downloadpkgsrc-c1681b867d752d14a2d3646771a43635ef1ceda4.tar.gz
Avoid hardcoding /usr/pkg in patch files.
Diffstat (limited to 'wm/afterstep/patches')
-rw-r--r--wm/afterstep/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/afterstep/patches/patch-aa b/wm/afterstep/patches/patch-aa
index 646f0fae3f6..04d44e51bf5 100644
--- a/wm/afterstep/patches/patch-aa
+++ b/wm/afterstep/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2001/01/25 18:55:07 fredb Exp $
+$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
@@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.2 2001/01/25 18:55:07 fredb Exp $
done
-for lynx in /usr/bin/lynx /bin/lynx /usr/local/bin/lynx ; do
-+for lynx in /usr/pkg/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