diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-24 00:24:04 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-24 00:24:04 +0000 |
commit | b1c38d310f23d32319e1c368aa770e49adc18521 (patch) | |
tree | d7b8b5c3cdbbd105c83dbc1cc47e48106580430a /www/mozilla-gtk1 | |
parent | f03697bdcc62a0dc29a18644b33ae22d07db423c (diff) | |
download | FreeBSD-ports-b1c38d310f23d32319e1c368aa770e49adc18521.zip FreeBSD-ports-b1c38d310f23d32319e1c368aa770e49adc18521.tar.gz |
Make the Mozilla startup scripts a little smarter. Instead of launching a
new Mozilla instance each time, check to see if one already exists, and if
so, spawn a new browser tab in the current window.
PR: 45610
Submitted by: Nick Jennings
Diffstat (limited to 'www/mozilla-gtk1')
-rw-r--r-- | www/mozilla-gtk1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-gtk1/Makefile b/www/mozilla-gtk1/Makefile index 83a56d6..cf8dbe4 100644 --- a/www/mozilla-gtk1/Makefile +++ b/www/mozilla-gtk1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= www |