summaryrefslogtreecommitdiff
path: root/x11/qt2-libs
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-23 19:30:03 +0000
committerjlam <jlam>2001-06-23 19:30:03 +0000
commit91cb4ba68c29f0a26b2d72894363b9c8a03fcf6f (patch)
treecb7d6ed8c9726b1a14a9132463c7df39d01f9c59 /x11/qt2-libs
parent68c8fe29a281e181e6c4fdc57d3ad2cb9a1b5d0a (diff)
downloadpkgsrc-91cb4ba68c29f0a26b2d72894363b9c8a03fcf6f.tar.gz
Within a package, references to it's installed location should be
${PREFIX}.
Diffstat (limited to 'x11/qt2-libs')
-rw-r--r--x11/qt2-libs/pkg/MESSAGE12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/qt2-libs/pkg/MESSAGE b/x11/qt2-libs/pkg/MESSAGE
index fa9144beb1e..14fa63f2b76 100644
--- a/x11/qt2-libs/pkg/MESSAGE
+++ b/x11/qt2-libs/pkg/MESSAGE
@@ -1,19 +1,19 @@
======================================================================
-$NetBSD: MESSAGE,v 1.3 2001/06/23 19:29:09 jlam Exp $
+$NetBSD: MESSAGE,v 1.4 2001/06/23 19:30:03 jlam Exp $
To allow this package to coexist with other versions of Qt
-it has been installed in ${X11PREFIX}/qt2/{bin,include,lib,doc}.
+it has been installed in ${PREFIX}/qt2/{bin,include,lib,doc}.
You should be able to select this version of Qt when compiling
programs which use it by ensuring that
-1) QTDIR is set to ${X11PREFIX}/qt2
+1) QTDIR is set to ${PREFIX}/qt2
-2) Use the "configure" argument "--with-qt-dir=${X11PREFIX}/qt2"
+2) Use the "configure" argument "--with-qt-dir=${PREFIX}/qt2"
-3) you may also have to put ${X11PREFIX}/qt2/bin in your PATH
+3) you may also have to put ${PREFIX}/qt2/bin in your PATH
-To access Qt-2 man pages add ${X11PREFIX}/qt2/doc/man to your MANPATH
+To access Qt-2 man pages add ${PREFIX}/qt2/doc/man to your MANPATH
environment variable. Note that the Qt-2 man pages are installed
here to avoid conflicts with man pages of other Qt versions.