diff options
author | tv <tv@pkgsrc.org> | 1998-08-12 02:52:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-08-12 02:52:35 +0000 |
commit | e7824377750c56d503c2f6cf0c0d779b2061fbfd (patch) | |
tree | 68ff150177ada070abf78a3a1e8b1ca33ad8fc99 /Packages.txt | |
parent | 90a976359c9ddfd5de35b2b1e542486dbd5823c4 (diff) | |
download | pkgsrc-e7824377750c56d503c2f6cf0c0d779b2061fbfd.tar.gz |
Shortly document CROSSBASE.
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Packages.txt b/Packages.txt index b2ec5e30052..5d2e624ab56 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.40 1998/07/31 15:24:13 tv Exp $ +# $NetBSD: Packages.txt,v 1.41 1998/08/12 02:52:35 tv Exp $ ########################################################################### ========================== @@ -784,10 +784,11 @@ and which variables influence this. The automatic variable PREFIX indicates where all files of the final program shall be installed. It is usually set to $LOCALBASE (/usr/pkg), -though its value becomes that of $X11BASE if USE_IMAKE, USE_MOTIF, or -USE_X11 is set. The value ${PREFIX} needs to be put into the various -places in the program's source where paths to these files are encoded; see -sections 4.3 and 6.2 for details on this. +or $CROSSBASE for pkgs in the "cross" category, though its value becomes +that of $X11BASE if USE_IMAKE, USE_MOTIF, or USE_X11 is set. The value +${PREFIX} needs to be put into the various places in the program's source +where paths to these files are encoded; see sections 4.3 and 6.2 for +details on this. When choosing which of these variables to use, follow the following rules: |