diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:44:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:44:03 +0000 |
commit | 40a33a607008465f53d5a6195b52da563743c5c1 (patch) | |
tree | 6746aa60a42ef4999ee47c9081c98f357098f148 /misc/tkman/files | |
parent | - Use MASTER_SITE_SUNSITE to MASTER_SITES (diff) |
- Support LOCALBASE properly (in setting path to custom wish script)
PR: 19470
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'misc/tkman/files')
-rw-r--r-- | misc/tkman/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tkman/files/patch-aa b/misc/tkman/files/patch-aa index ce3f54572412..14f0295d627a 100644 --- a/misc/tkman/files/patch-aa +++ b/misc/tkman/files/patch-aa @@ -8,7 +8,7 @@ +#WISH = /private/share/bin/wish #WISH = /private/share/bin/wish8.3 -#WISH = /usr/local/bin/wish8.3 -+WISH = /usr/local/bin/wish8.3 ++WISH = ${LOCALBASE}/bin/wish8.3 # the executable `tkman' is placed in BINDIR # this should be a directory that's in your bin PATH |