diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-04 17:15:19 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-04 17:15:19 +0000 |
commit | 28d15231cb9293edd7d4c712f5465324303353cb (patch) | |
tree | c0cac6febb625e1f1a7ee431721c7b3a51ba6eba /math | |
parent | e1ff38813999d8d18d2b45d2c3ffce37eb76c1a6 (diff) | |
download | pkgsrc-28d15231cb9293edd7d4c712f5465324303353cb.tar.gz |
Put @PREFIX@ back here instead of `/usr/pkg'.
Diffstat (limited to 'math')
-rw-r--r-- | math/tela/patches/patch-ag | 4 | ||||
-rw-r--r-- | math/tela/patches/patch-ah | 4 |
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"); |