#! /bin/sh # # Remove the ${PREFIX}/bin/wish script that gets installed by INSTALL.wish # if we are the last wish installation to be pkg_delete'd. # # $FreeBSD: /tmp/pcvs/ports/chinese/tk83/Attic/pkg-deinstall.wish,v 1.1 2001-02-22 04:09:52 kevlo Exp $ # # # Explicitly listing /usr/X11R6/bin here is debatable. # BINDIR="${PKG_PREFIX}/bin /usr/X11R6/bin" WISH=${PKG_PREFIX}/bin/wish wishes=$(/bin/ls ${BINDIR} 2> /dev/null | \ egrep '^o?wish(step)?(x|([0-9]+\.[0-9]+))([a-z][a-z])?$') if [ "$wishes" = "" -a -f ${WISH} ] && \ (head -3 ${WISH} | grep awieYJFnsuILOnfsYEW) > /dev/null 2>&1 then rm -f ${PKG_PREFIX}/bin/wish fi rts-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gkrellmoon2
Commit message (Expand)AuthorAgeFilesLines
* Cleanup patches, a* categories.mat2016-07-272-7/+8
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-2/+2
* - Add LICENSEamdmi32015-08-251-2/+5
* Remove Authors from pkg-descrbapt2015-03-031-1/+0
* Cleanup plistbapt2014-10-201-1/+0
* Support stagebapt2014-03-031-10/+5
* Remove trailing whitespaces from category astroehaupt2014-02-211-1/+1
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
* Remove NOPORT* from astro.adamw2014-01-031-1/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* Add an explicit dependency on pkgconfantoine2013-09-081-5/+2
* - update png to 1.5.10dinoex2012-06-011-1/+1
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1
* - Get Rid MD5 supportmiwi2011-03-19