aboutsummaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-03-29 18:29:45 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-03-29 18:29:45 +0000
commitc28115ab281a48c80fa7e359990c672bab14b892 (patch)
tree1096ce466c35e46abbe386dc21f2a6e35abaa10d /www/firefox
parentb3dd7536fa958e669b7b77cc58ef1840d49a15f8 (diff)
downloadports-c28115ab281a48c80fa7e359990c672bab14b892.tar.gz
ports-c28115ab281a48c80fa7e359990c672bab14b892.zip
Notes
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile2
-rw-r--r--www/firefox/pkg-deinstall.in20
2 files changed, 1 insertions, 21 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 27ae5726bcb7..954d16f29cd3 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -8,7 +8,7 @@
PORTNAME= firefox
DISTVERSION= 1.5.0.1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
diff --git a/www/firefox/pkg-deinstall.in b/www/firefox/pkg-deinstall.in
deleted file mode 100644
index 0abb7e7c0458..000000000000
--- a/www/firefox/pkg-deinstall.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# Date created: Mon Nov 29, 2003
-# Whom: Thierry Thomas (<thierry@pompo.net>)
-# 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