aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/tcl84/pkg-deinstall.tclsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl84/pkg-deinstall.tclsh b/lang/tcl84/pkg-deinstall.tclsh
index c48dc863cf43..78c3fcf12f33 100644
--- a/lang/tcl84/pkg-deinstall.tclsh
+++ b/lang/tcl84/pkg-deinstall.tclsh
@@ -9,7 +9,7 @@
#
# Explicitly listing /usr/X11R6/bin here is debatable.
#
-BINDIR="${PKG_PREFIX}/bin /usr/X11R6/bin"
+BINDIR="${PKG_PREFIX}/bin ${X11BASE}/bin"
TCLSH=${PKG_PREFIX}/bin/tclsh
tclshs=$(/bin/ls ${BINDIR} 2> /dev/null | \