diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-10 21:03:22 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-10 21:03:22 +0000 |
commit | befea0889a41ef6a764051f0cff650ea8e6b3b52 (patch) | |
tree | 17c2b51c07566d5db339d643eb03ad1a3ac33300 /www/mozilla-devel | |
parent | Update to 2.4.98b. (diff) |
Really prevent Chatzilla from being installed. Seems the extensions were
changed in RC 1.
Prompted by: parv <parv@pair.com>
Tested by: parv <parv@pair.com>
Diffstat (limited to 'www/mozilla-devel')
-rw-r--r-- | www/mozilla-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 690149e63670..30792bc32a60 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozilla PORTVERSION= 1.0.rc1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ |