summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-ex
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2003-07-08 14:05:06 +0000
committermarkd <markd@pkgsrc.org>2003-07-08 14:05:06 +0000
commitd6e673da4ad33d2ce40b0d9a1a513ac4fcee11a8 (patch)
tree72e35f8329e427e2baaeeb8773c41b5f9068419d /x11/kdebase3/patches/patch-ex
parentc47417279168288c02286d8b98de50502aefdd22 (diff)
downloadpkgsrc-d6e673da4ad33d2ce40b0d9a1a513ac4fcee11a8.tar.gz
Don't hardcode /usr/pkg in patches.
Diffstat (limited to 'x11/kdebase3/patches/patch-ex')
-rw-r--r--x11/kdebase3/patches/patch-ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase3/patches/patch-ex b/x11/kdebase3/patches/patch-ex
index 19727f78701..a5d46bda00e 100644
--- a/x11/kdebase3/patches/patch-ex
+++ b/x11/kdebase3/patches/patch-ex
@@ -1,4 +1,4 @@
-$NetBSD: patch-ex,v 1.1 2003/03/11 13:10:31 markd Exp $
+$NetBSD: patch-ex,v 1.2 2003/07/08 14:05:07 markd Exp $
--- khelpcenter/infoconsts.h.orig Sat Aug 3 02:12:14 2002
+++ khelpcenter/infoconsts.h
@@ -6,7 +6,7 @@ $NetBSD: patch-ex,v 1.1 2003/03/11 13:10:31 markd Exp $
const unsigned int INFODIRS = 9;
const QString INFODIR[] = {"", "/usr/info/", "/usr/share/info/",
"/usr/lib/info/",
-+ "/usr/pkg/info/",
++ "@LOCALBASE@/info/",
"/usr/local/info/", "/usr/local/lib/info/",
"/usr/X11R6/info/", "/usr/X11R6/lib/info/",
"/usr/X11R6/lib/xemacs/info/"};