diff options
author | marcus <marcus@FreeBSD.org> | 2006-02-20 06:23:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-02-20 06:23:03 +0800 |
commit | cfaa93c4182f3e0661853113d0d5475876b09a3b (patch) | |
tree | 0d007b01a7cacc6556d2da663ae5b44daf86a152 /www/flock/Makefile | |
parent | 4f7d5f6ac9fe14215dac6343d09bf3d8df3c6476 (diff) | |
download | freebsd-ports-gnome-cfaa93c4182f3e0661853113d0d5475876b09a3b.tar.gz freebsd-ports-gnome-cfaa93c4182f3e0661853113d0d5475876b09a3b.tar.zst freebsd-ports-gnome-cfaa93c4182f3e0661853113d0d5475876b09a3b.zip |
Fix a problem where Firefox creates its ~/.mozilla directory using stack
garbage.
PR: 92899
Submitted by: truckman
Diffstat (limited to 'www/flock/Makefile')
-rw-r--r-- | www/flock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index a1487e7a1c1b..27ae5726bcb7 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -8,6 +8,7 @@ PORTNAME= firefox DISTVERSION= 1.5.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} |