mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Respect X11BASE in pkg-deinstall.tclsh
Reported by: pointyhat
This commit is contained in:
parent
b5f8d285ca
commit
8aefad170c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178469
@ -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 | \
|
||||
|
Loading…
Reference in New Issue
Block a user