ports/textproc/xlhtml/files/patch-xlhtml_nsopen
Dmitry Marakasov 984b385456 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-04-26 09:03:21 +00:00

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