diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-27 22:48:54 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-27 22:48:54 +0000 |
commit | a9c7f9f51e5ae991f96c5140fa915273f9ed36d6 (patch) | |
tree | d31fcb6e70ff2530548b46468c1abf456789e8d3 /www/mozilla-devel-gtk1 | |
parent | ae20c6025564fc8e321d7aac4d57ebda109444ba (diff) | |
download | FreeBSD-ports-a9c7f9f51e5ae991f96c5140fa915273f9ed36d6.zip FreeBSD-ports-a9c7f9f51e5ae991f96c5140fa915273f9ed36d6.tar.gz |
Fix the startup script so that it can accept option arguments. This fixes
a problem with starting Mozilla from the KDE dock if another instance of
Mozilla is already running.
Tested by: Vivek Khera <vivek@khera.org>
Approved by: portmgr (kris)
Diffstat (limited to 'www/mozilla-devel-gtk1')
-rw-r--r-- | www/mozilla-devel-gtk1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-devel-gtk1/Makefile b/www/mozilla-devel-gtk1/Makefile index cf8dbe4..a4b3989 100644 --- a/www/mozilla-devel-gtk1/Makefile +++ b/www/mozilla-devel-gtk1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 0 CATEGORIES= www |