diff options
author | reed <reed@pkgsrc.org> | 2003-08-16 07:09:20 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2003-08-16 07:09:20 +0000 |
commit | f058bf91b96311f78d7b4a93e6ac228f6e0b3f0d (patch) | |
tree | 1ce7fb49255218eae88f496f234a32bfd3038431 | |
parent | 92087bb29680f411e92508c2aa60e01f4bc0cdf4 (diff) | |
download | pkgsrc-f058bf91b96311f78d7b4a93e6ac228f6e0b3f0d.tar.gz |
Remove un-needed operating system specific reference.
-rw-r--r-- | sysutils/rox-lib/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rox-lib/MESSAGE b/sysutils/rox-lib/MESSAGE index 45d9978fbf8..ff1bda390db 100644 --- a/sysutils/rox-lib/MESSAGE +++ b/sysutils/rox-lib/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2003/05/06 17:42:44 jmmv Exp $ +$NetBSD: MESSAGE,v 1.4 2003/08/16 07:09:20 reed Exp $ You can set the LIBDIRPATH variable to let other ROX applications know where to find ROX-Lib. For example: @@ -7,7 +7,7 @@ know where to find ROX-Lib. For example: setenv LIBDIRPATH ${PREFIX}/share/rox/ROX-Lib You need to do this before you start the ROX-Filer. However, ROX -applications installed from the NetBSD packages collection should find +applications installed from the packages collection should find ROX-Lib correctly by default. =========================================================================== |