summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/tela/patches/patch-ag4
-rw-r--r--math/tela/patches/patch-ah4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/tela/patches/patch-ag b/math/tela/patches/patch-ag
index 35f27511f64..3a75b991c1d 100644
--- a/math/tela/patches/patch-ag
+++ b/math/tela/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.2 2001/03/01 21:16:53 jtb Exp $
+$NetBSD: patch-ag,v 1.3 2001/03/04 17:15:19 jtb Exp $
--- t/docview.t.orig Thu Sep 7 14:05:06 2000
+++ t/docview.t
@@ -7,7 +7,7 @@ $NetBSD: patch-ag,v 1.2 2001/03/01 21:16:53 jtb Exp $
+choiceViewing = smenu("Choose viewing method","ASCII","xdvi","Emacs");
-directory = "/usr/local/lib/tela";
-+directory = "/usr/pkg/share/tela";
++directory = "@PREFIX@/share/tela";
choiceDoc = smenu("Choose document to view",
"Basic help file",
diff --git a/math/tela/patches/patch-ah b/math/tela/patches/patch-ah
index cf1803551cc..4b1ad0b6002 100644
--- a/math/tela/patches/patch-ah
+++ b/math/tela/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.2 2001/03/01 21:16:53 jtb Exp $
+$NetBSD: patch-ah,v 1.3 2001/03/04 17:15:19 jtb Exp $
--- t/std.t.orig Thu Nov 30 11:06:14 2000
+++ t/std.t
@@ -7,7 +7,7 @@ $NetBSD: patch-ah,v 1.2 2001/03/01 21:16:53 jtb Exp $
local(directory,choicViewing,choiceDoc,editor,env)
{
- directory = "/usr/local/lib/tela";
-+ directory = "/usr/pkg/share/tela";
++ directory = "@PREFIX@/share/tela";
editor = "emacs";
pager = "less -Ms";
env = getenv("EDITOR");