mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
- Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch`
14 lines
460 B
Text
14 lines
460 B
Text
--- xlhtml/nsopen.orig 2002-03-20 15:32:50 UTC
|
|
+++ xlhtml/nsopen
|
|
@@ -12,9 +12,9 @@ if (!(-r $file)) then
|
|
endif
|
|
|
|
#Try to open file in an existing netscape window
|
|
-(netscape -no-about-splash -remote "openFile(${file})") >& /dev/null
|
|
+(mozilla -remote "openFile(${file})") >& /dev/null
|
|
|
|
#if this fails, it means that netscape is not running, so start it
|
|
if ($status) then
|
|
- netscape -no-about-splash -no-install file:${file}
|
|
+ mozilla file:${file}
|
|
endif
|