mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
27 lines
1.0 KiB
C
27 lines
1.0 KiB
C
|
|
$FreeBSD$
|
|
|
|
--- vertex/vmahelp.c 2001/10/05 17:31:12 1.1
|
|
+++ vertex/vmahelp.c 2001/10/05 17:33:21
|
|
@@ -41,16 +41,12 @@
|
|
*/
|
|
#define HELP_PROG_LOCATIONS \
|
|
{ \
|
|
- "/usr/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
- "/usr/local/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
- "/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
+ "%%LOCALBASE%%/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
\
|
|
- "/usr/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
- "/usr/local/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
- "/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
+ "%%LOCALBASE%%/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
\
|
|
- "/usr/X11R6/bin/nxterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
- "/usr/X11R6/bin/xterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
+ "%%LOCALBASE%%/bin/nxterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
+ "%%LOCALBASE%%/bin/xterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \
|
|
\
|
|
NULL, NULL, NULL \
|
|
}
|