mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
b8c4e777df
- Add secondary site to MASTER_SITES - Support CC/CFLAGS/PREFIX properly - Support install macros PR: 15969 Submitted by: tkato@prontomail.ne.jp
15 lines
491 B
Plaintext
15 lines
491 B
Plaintext
--- help.c.orig Sat Jan 18 13:22:29 1997
|
|
+++ help.c Sat Jan 8 01:25:47 2000
|
|
@@ -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 ".:%%PREFIX%%/lib/X11/xopps"
|
|
#else
|
|
-#define DEFAULT_HELPPATH "/usr/lib/help:/usr/local/lib/help"
|
|
+#define DEFAULT_HELPPATH "%%PREFIX%%/lib/X11/xopps"
|
|
#endif
|
|
|
|
/***********************************************************************
|