aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlaszlof <laszlof@FreeBSD.org>2006-12-01 22:19:26 +0800
committerlaszlof <laszlof@FreeBSD.org>2006-12-01 22:19:26 +0800
commitdc785bb6224426f873425898204c9e166edb8ada (patch)
tree5371e8176b653212c5898430f260838795ba2653 /lang
parent40a0f670a70fdca856d1e490e8bf4b9d8ca60964 (diff)
downloadfreebsd-ports-gnome-dc785bb6224426f873425898204c9e166edb8ada.tar.gz
freebsd-ports-gnome-dc785bb6224426f873425898204c9e166edb8ada.tar.zst
freebsd-ports-gnome-dc785bb6224426f873425898204c9e166edb8ada.zip
Respect X11BASE in pkg-deinstall.tclsh
Reported by: pointyhat
Diffstat (limited to 'lang')
-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 | \