#!/bin/sh # # De-installation setup of xloadimage # exit on errors, use a sane path and install prefix # set -e PATH=/bin:/usr/bin:/sbin:/usr/sbin PREFIX=${PKG_PREFIX:-/usr/local} CONFIG_FILE=${PREFIX}/etc/xloadimagerc # Function: tell the user what they need to do to delete the port completely # do_notice() { echo echo "+---------------" echo "| To completely deinstall the $1 package you need to perform" echo "| these steps as root:" echo "|" echo "| rm -f ${CONFIG_FILE}" echo "|" echo "| Do not do this if you plan on re-installing $1" echo "| at some future time." echo "+---------------" echo } # Verify proper execution # if [ $# -ne 2 ]; then echo "usage: $0 distname { DEINSTALL | POST-DEINSTALL }" >&2 exit 1 fi # Verify/process the command # case $2 in DEINSTALL) if [ -f ${CONFIG_FILE} ]; then do_notice "$1" fi ;; POST-DEINSTALL) : nothing to post-deinstall for this port ;; *) echo "usage: $0 distname { DEINSTALL | POST-DEINSTALL }" >&2 exit 1 ;; esac exit 0 t/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/vexim
Commit message (Expand)AuthorAgeFilesLines
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
* - Update to 2.2.2swills2012-11-033-15/+15
* - Force at least one database option to be selectedjhale2012-10-292-5/+10
* Convert to new options frameworkbapt2012-10-291-11/+8
* - Drop to ports@sem2012-10-181-1/+1
* - remove MD5ohauer2011-07-031-1/+0
* - Lost dependency on php5-posixsem2010-01-211-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Update to 2.2.1sem2007-12-193-64/+80
* - Grab the port. Maintainer does not work with FreeBSD anymore.sem2007-12-191-1/+1
* - Add missed dependencies on php and pear modulespav2007-07-211-2/+6
* SHA256ifyedwin2006-01-221-0/+1