summaryrefslogtreecommitdiff
path: root/math/tela/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'math/tela/patches/patch-ag')
-rw-r--r--math/tela/patches/patch-ag18
1 files changed, 4 insertions, 14 deletions
diff --git a/math/tela/patches/patch-ag b/math/tela/patches/patch-ag
index 3a75b991c1d..b841b9d3da4 100644
--- a/math/tela/patches/patch-ag
+++ b/math/tela/patches/patch-ag
@@ -1,22 +1,12 @@
-$NetBSD: patch-ag,v 1.3 2001/03/04 17:15:19 jtb Exp $
+$NetBSD: patch-ag,v 1.4 2002/05/03 23:32:13 jtb Exp $
---- t/docview.t.orig Thu Sep 7 14:05:06 2000
-+++ t/docview.t
+--- t/docview.t.orig Wed May 1 15:32:52 2002
++++ t/docview.t Wed May 1 15:33:25 2002
@@ -1,6 +1,6 @@
--choiceViewing = smenu("Choose viewing method","ASCII","xdvi","Xemacs");
-+choiceViewing = smenu("Choose viewing method","ASCII","xdvi","Emacs");
+ choiceViewing = smenu("Choose viewing method","ASCII","xdvi","Xemacs");
-directory = "/usr/local/lib/tela";
+directory = "@PREFIX@/share/tela";
choiceDoc = smenu("Choose document to view",
"Basic help file",
-@@ -19,7 +19,7 @@
- system(#("less -Ms ",directory,"/",file,".txt"));
- } else if (strstarteq(choiceViewing,"xdvi")) {
- system(#("xdvi -geometry 847x570+0+0 -s 3 ",directory,"/",file,".dvi&"));
--} else if (strstarteq(choiceViewing,"Xemacs")) {
-+} else if (strstarteq(choiceViewing,"Emacs")) {
- system(#("emacs ",directory,"/",file,".txt&"));
- };
-