#!/bin/sh # # $FreeBSD$ # # Date created: Mon Nov 29, 2003 # Whom: Thierry Thomas () # Fix the chrome registry. umask 022 PATH=/bin:/usr/bin [ "x$1" = "x" ] && exit 1 [ "x$2" != "xDEINSTALL" ] && exit 0 MOZDIR=%%MOZDIR%% rm -rf ${MOZDIR}/chrome/overlayinfo rm -f ${MOZDIR}/chrome/*.rdf rm -f ${MOZDIR}/component.reg rm -f ${MOZDIR}/components/*.dat exit 0 ebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tla
Commit message (Expand)AuthorAgeFilesLines
* - Mark MAKE_JOBS_UNSAFEpav2009-11-231-0/+1
* - Correctly assign RUN_DEPENDS so gmake(1) does not appear in rdepsdanfe2008-11-102-24/+26
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-06