From ce282cf1aa4a3ba63bd65dfbe1760c0788fb58c7 Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 29 Mar 2006 18:31:20 +0000 Subject: - Use single pkg-[de]install script from www/mozilla git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5986 df743ca5-7f9a-e211-a948-0013205c9059 --- www/firefox-devel/Makefile | 3 ++- www/firefox-devel/pkg-deinstall.in | 20 -------------------- www/firefox3-devel/Makefile | 3 ++- www/firefox3-devel/pkg-deinstall.in | 20 -------------------- 4 files changed, 4 insertions(+), 42 deletions(-) delete mode 100644 www/firefox-devel/pkg-deinstall.in delete mode 100644 www/firefox3-devel/pkg-deinstall.in diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index 4e387e6c1..7d87609f6 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -3,11 +3,12 @@ # Whom: Alan Eldridge # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/firefox-devel/Makefile,v 1.25 2006/03/28 15:48:28 ahze Exp $ # PORTNAME= firefox DISTVERSION= 2.0a1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} diff --git a/www/firefox-devel/pkg-deinstall.in b/www/firefox-devel/pkg-deinstall.in deleted file mode 100644 index 0abb7e7c0..000000000 --- a/www/firefox-devel/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# 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 diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 4e387e6c1..7d87609f6 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -3,11 +3,12 @@ # Whom: Alan Eldridge # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/firefox-devel/Makefile,v 1.25 2006/03/28 15:48:28 ahze Exp $ # PORTNAME= firefox DISTVERSION= 2.0a1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} diff --git a/www/firefox3-devel/pkg-deinstall.in b/www/firefox3-devel/pkg-deinstall.in deleted file mode 100644 index 0abb7e7c0..000000000 --- a/www/firefox3-devel/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# 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 -- cgit v1.2.3