#! /bin/sh # # Remove the ${PREFIX}/bin/tclsh script that gets installed by INSTALL.tclsh # if we are the last tclsh installation to be pkg_delete'd. # # $FreeBSD$ # # # Explicitly listing /usr/X11R6/bin here is debatable. # BINDIR="${PKG_PREFIX}/bin ${X11BASE}/bin" TCLSH=${PKG_PREFIX}/bin/tclsh tclshs=$(/bin/ls ${BINDIR} 2> /dev/null | \ egrep '^(i?tclsh[0-9]+\.[0-9]+(\_r)?([a-z][a-z])?)|otclsh$') if [ "$tclshs" = "" -a -f ${TCLSH} ] && \ (head -3 ${TCLSH} | grep awieYJFnsuILOnfsYEW) > /dev/null 2>&1 then rm -f ${PKG_PREFIX}/bin/tclsh fi ref='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/flwm/files
Commit message (Expand)AuthorAgeFilesLines
* Redo r495116 in a somewhat better way, particularly, do not assume thedanfe2019-03-091-0/+12
* Upgrade to 1.16.vanilla2016-01-134-119/+0
* - Update to 1.14gahr2014-04-23