diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 10:14:29 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 10:14:29 +0800 |
commit | 5ab7293fadc6dc5ce6d7dd71a22d9bfdf69763c0 (patch) | |
tree | 71d18eb743e91c2e0d814766abac93647f73c293 /deskutils/xopps | |
parent | 75377f1db4e044df5bf695d67dfd6812cc0c1cd1 (diff) | |
download | freebsd-ports-gnome-5ab7293fadc6dc5ce6d7dd71a22d9bfdf69763c0.tar.gz freebsd-ports-gnome-5ab7293fadc6dc5ce6d7dd71a22d9bfdf69763c0.tar.zst freebsd-ports-gnome-5ab7293fadc6dc5ce6d7dd71a22d9bfdf69763c0.zip |
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>
Diffstat (limited to 'deskutils/xopps')
-rw-r--r-- | deskutils/xopps/files/patch-ac | 14 | ||||
-rw-r--r-- | deskutils/xopps/pkg-comment | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/deskutils/xopps/files/patch-ac b/deskutils/xopps/files/patch-ac new file mode 100644 index 000000000000..6befc0898740 --- /dev/null +++ b/deskutils/xopps/files/patch-ac @@ -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 + + /*********************************************************************** diff --git a/deskutils/xopps/pkg-comment b/deskutils/xopps/pkg-comment index 2c489eb5ba9b..d1c1ab8c44bd 100644 --- a/deskutils/xopps/pkg-comment +++ b/deskutils/xopps/pkg-comment @@ -1 +1 @@ -A tool which lets you draw gantt charts. +A tool which lets you draw Gantt charts. |