diff options
Diffstat (limited to 'misc/tclticker/patches/patch-aa')
-rw-r--r-- | misc/tclticker/patches/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/misc/tclticker/patches/patch-aa b/misc/tclticker/patches/patch-aa deleted file mode 100644 index ab5f4e69c64..00000000000 --- a/misc/tclticker/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2000/08/31 01:13:59 jwise Exp $ ---- tclticker.orig Mon Dec 20 15:27:02 1999 -+++ tclticker Wed Aug 30 21:00:36 2000 -@@ -1,6 +1,6 @@ - #!/bin/sh - # restart using wish \ -- exec wish8.0 "$0" ${1+"$@"} -+ exec wish "$0" ${1+"$@"} - - # stock ticker - # copyright 1999 tom poindexter <tpoindex@nyx.net> -@@ -43,7 +43,9 @@ - # authors grant the U.S. Government and others acting in its behalf - # permission to use and distribute the software in accordance with the - # terms specified in this license. -- -+ -+# set this explicitly -+set env(TCLTICKER_LIB) "/usr/pkg/share/tclticker" - - if {! [info exists env(TCLTICKER_LIB)]} { - lappend auto_path [file join [file dirname $argv0] lib] |