#! /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: /tmp/pcvs/ports/chinese/tcl83/Attic/pkg-deinstall.tclsh,v 1.1 2001-02-22 03:53:30 kevlo Exp $ # # # Explicitly listing /usr/X11R6/bin here is debatable. # BINDIR="${PKG_PREFIX}/bin /usr/X11R6/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 gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/vidalia
Commit message (Expand)AuthorAgeFilesLines
* - update to 0.2.21jgh2012-12-062-9/+5
* - actually update to 0.2.20rm2012-07-282-3/+3
* - update to 0.2.20rm2012-07-283-4/+4
* - Update to 0.2.19sylvio2012-06-102-4/+3
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
* - update png to 1.5.10dinoex2012-06-011-0/+1
* - update to 0.2.18sperber2012-05-302-3/+3
* - Update to 0.2.17miwi2012-02-202-3/+3
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-141-1/+0
* - update to 0.2.15eadler2011-10-163-5/+5
* - Update to 0.2.14dhn2011-08-302-4/+7
* Update to 0.2.12beech2011-04-202-4/+4
* - Get Rid MD5 supportmiwi2011-03-20