diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-27 22:48:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-27 22:48:54 +0000 |
commit | c5ed87bd0318668fce24ba4210c02287cc790fa6 (patch) | |
tree | d3635ba2682fda67b33532b4eb25c56c9ef5b755 /www/mozilla-devel-gtk1 | |
parent | Sort entries. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=71178
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 cf8dbe4eecd2..a4b3989f42b5 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 |