diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-30 07:48:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-30 07:48:56 +0000 |
commit | 0cfedd6db1de31e305042a822f479dcbd5a73ceb (patch) | |
tree | f9c91923cfc71f02eea9a816b17001c142f2c5e6 /Packages.txt | |
parent | 02371f01af9e407a8c9a5d07d0166ad4383e37cf (diff) | |
download | pkgsrc-0cfedd6db1de31e305042a822f479dcbd5a73ceb.tar.gz |
Add a new variable to specify the installation prefix for
X11 packages (currently XFree86 and xorg), X11ROOT_PREFIX.
Defaults:
xorg: X11ROOT_PREFIX = xorg.
XFree86: X11ROOT_PREFIX = XFree86.
Otherwise it's undefined.
With this modification we don't have to specify X11BASE anymore,
because it's assigned automatically via bsd.pkg.defaults.mk.
If you want to change the defaults, specify X11ROOT_PREFIX in mk.conf.
Update Packages.txt now that we don't need X11BASE.
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Packages.txt b/Packages.txt index 31b8929dfc7..b4388f5b2b1 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.343 2004/07/29 06:40:35 xtraeme Exp $ +# $NetBSD: Packages.txt,v 1.344 2004/07/30 07:48:56 xtraeme Exp $ ########################################################################### ========================== @@ -2919,9 +2919,6 @@ X11 (/usr/X11R6, /usr/openwin, ...), you will have to add the following lines into mk.conf: X11_TYPE=XFree86 - X11BASE=/usr/pkg/X11R6 - -`LOCALBASE' by default is `/usr/pkg'. 10.44 How can I install/use X.org from pkgsrc? ====================================== @@ -2931,9 +2928,6 @@ X11 (/usr/X11R6, /usr/openwin, ...) you will have to add the following lines into mk.conf: X11_TYPE=xorg - X11BASE=/usr/pkg/xorg - -`LOCALBASE' by default is `/usr/pkg'. 10.45 Where's the pkgviews documentation? ========================================= |