#!/bin/sh # # $FreeBSD$ # PATH=/bin:/usr/bin:/usr/sbin case $2 in DEINSTALL) cd ${PKG_PREFIX}/etc/squid || exit 1 for f in cachemgr.conf mime.conf msntauth.conf squid.conf; do cmp -s -z ${f} ${f}.default && rm ${f} done ;; POST-DEINSTALL) echo "===> post-deinstallation information for $1" echo "" echo " Please note that squid was not completely removed" echo " from this system:" echo "" echo " Any squid related user accounts were kept." if [ -d ${PKG_PREFIX}/squid -o -d ${PKG_PREFIX}/etc/squid ] ; then echo "" echo " Additionally, cache and log directories as well as" echo " configuration files modified by you were preserved" echo " too, in case you want to install an updated version" echo " of squid. You need to remove them manually if you do" echo " not want to use it any longer." fi echo "" ;; *) exit 64 ;; esac exit 0 header'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/autools
Commit message (Expand)AuthorAgeFilesLines
* Add spaces to pet new gmake and unbreak.thierry2006-07-221-4/+2
* Broken with latest gmake.linimon2006-07-141-0/+2
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
* Upgrade to 1.3edwin2005-11-272-5/+4
* - Add some SHA256 checksumspav2005-11-241-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Add SIZE.trevor2004-01-281-0/+1
* - Update to 1.2.4pav2004-01-093-20/+7
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-2/+2
* Update to 1.2.0.naddy2003-05-023-4/+12
* De-pkg-comment.knu2003-02-212-1/+1
* upgrade to 1.1.9aijliao2002-11-202-2/+2
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Update to 1.1.9pat2002-07-273-31/+21