diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 14:19:26 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 14:19:26 +0000 |
commit | 8aefad170c32a8342c8bdbfb3b84fc8ab1b6c62c (patch) | |
tree | 5771db3a5ba4ecf5f09b5e53ce0a44b85e4a935d /lang/tcl84 | |
parent | b5f8d285ca6c58aee8499064af67195fdad8f164 (diff) | |
download | ports-8aefad170c32a8342c8bdbfb3b84fc8ab1b6c62c.tar.gz ports-8aefad170c32a8342c8bdbfb3b84fc8ab1b6c62c.zip |
Respect X11BASE in pkg-deinstall.tclsh
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=178469
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/pkg-deinstall.tclsh | 2 |
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 | \ |