summaryrefslogtreecommitdiff
path: root/misc/tkman/files/patch-ab
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-06-08 10:10:32 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-06-08 10:10:32 +0000
commita9cccdae535edda325e2d96822427375cfec773c (patch)
treed64e02c625c202dd1349ccbb229ed8d58592857c /misc/tkman/files/patch-ab
parentUpdate MASTER_SITES (diff)
Upgrade to 2.1b4.
PR: 18689 Submitted by: Frank Mayhar <frank@exit.com>
Diffstat (limited to 'misc/tkman/files/patch-ab')
-rw-r--r--misc/tkman/files/patch-ab8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/tkman/files/patch-ab b/misc/tkman/files/patch-ab
index b699e77afbca..58843d5df30f 100644
--- a/misc/tkman/files/patch-ab
+++ b/misc/tkman/files/patch-ab
@@ -1,9 +1,9 @@
---- tkmandesc.tcl.orig Mon Jul 13 11:44:31 1998
-+++ tkmandesc.tcl Thu Jul 30 13:43:44 1998
-@@ -221,8 +221,9 @@
+--- tkmandesc.tcl.orig Wed Mar 1 19:55:54 2000
++++ tkmandesc.tcl Sat May 20 07:57:33 2000
+@@ -223,8 +223,9 @@
set mani(manTitleList) $man(manTitleList)
- if {![info exists env(MANPATH)] || [string trim $env(MANPATH)]==""} {
+ if {![info exists env(MANPATH)] || [string equal [string trim $env(MANPATH)] ""]} {
- puts stderr "You must set a MANPATH environment variable,\nwhich is a colon-separated list of directories in which\nto find man pages, for example /usr/man:/usr/share/man.\n(See the help page for an explanation of why\nalternatives to the MANPATH are a bad thing.)"
- exit 1
+# puts stderr "You must set a MANPATH environment variable,\nwhich is a colon-separated list of directories in which\nto find man pages, for example /usr/man:/usr/share/man.\n(See the help page for an explanation of why\nalternatives to the MANPATH are a bad thing.)"