mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Point HELPDIR to the right place and correct a spelling nit in COMMENT.
PR: 9626 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
This commit is contained in:
parent
2cacbb7d1c
commit
b540d2d7ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16313
14
deskutils/xopps/files/patch-ac
Normal file
14
deskutils/xopps/files/patch-ac
Normal file
@ -0,0 +1,14 @@
|
||||
--- 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/lib/help:/usr/local/lib/help"
|
||||
#else
|
||||
-#define DEFAULT_HELPPATH "/usr/lib/help:/usr/local/lib/help"
|
||||
+#define DEFAULT_HELPPATH "/usr/X11R6/lib/help:/usr/local/lib/help"
|
||||
#endif
|
||||
|
||||
/***********************************************************************
|
@ -1 +1 @@
|
||||
A tool which lets you draw gantt charts.
|
||||
A tool which lets you draw Gantt charts.
|
||||
|
Loading…
Reference in New Issue
Block a user