mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
New port, closes https://trac.macports.org/ticket/15928. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@38235 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
401 B
C
12 lines
401 B
C
--- src/main.c Wed May 13 18:47:17 1998
|
|
+++ src/main.c Thu Feb 17 11:14:33 2005
|
|
@@ -164,7 +164,7 @@
|
|
strcpy(xmgrdir, s);
|
|
}
|
|
#ifndef GR_HELPVIEWER
|
|
- strcpy(help_viewer, "netscape -noraise -remote openURL\\(%s,newwindow\\) >>/dev/null 2>&1 || netscape %s");
|
|
+ strcpy(help_viewer, "open\\(%s,newwindow\\) >>/dev/null 2>&1 || open %s");
|
|
#else
|
|
strcpy(help_viewer, GR_HELPVIEWER);
|
|
#endif
|