mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
14d0ad8463
DEFAULT_HELPPATH in patch-ac Now this can make package
15 lines
505 B
Plaintext
15 lines
505 B
Plaintext
--- help.c.orig Mon Jan 25 00:15:18 1999
|
|
+++ help.c Mon Jan 25 00:16:49 1999
|
|
@@ -173,9 +173,9 @@
|
|
* default help path, add cwd when in debug mode
|
|
*/
|
|
#ifdef DEBUG
|
|
-#define DEFAULT_HELPPATH ".:/usr/lib/help:/usr/local/lib/help"
|
|
+#define DEFAULT_HELPPATH ".:/usr/X11R6/help:/usr/local/help"
|
|
#else
|
|
-#define DEFAULT_HELPPATH "/usr/lib/help:/usr/local/lib/help"
|
|
+#define DEFAULT_HELPPATH "/usr/X11R6/help:/usr/local/help"
|
|
#endif
|
|
|
|
/***********************************************************************
|