#!/bin/sh # $FreeBSD$ # if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi GROUP=rt if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then if pw groupdel ${GROUP}; then echo "Removed group \"${GROUP}\"." else echo "Removing group \"${GROUP}\" failed..." exit 1 fi fi exit 0 textproc/p5-MARC-Lint?h=gstreamer0.10-removal' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-MARC-Lint
Commit message (Expand)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
* -remove MD5ohauer2011-07-031-1/+0
* Update to 1.44.demon2010-01-112-4/+4
* Update to version 1.43.demon2008-06-043-5/+7
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1
* Correct a typo.demon2007-06-041-1/+1