Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 - document LOCALBASE, CROSSBASE and X11BASE



details:   https://anonhg.NetBSD.org/src/rev/c9b93e90bc87
branches:  trunk
changeset: 474834:c9b93e90bc87
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jul 22 11:08:30 1999 +0000

description:
- document LOCALBASE, CROSSBASE and X11BASE
- xref mk.conf(5) correctly
- add a see also section

diffstat:

 share/man/man7/packages.7 |  27 +++++++++++++++++++++++----
 1 files changed, 23 insertions(+), 4 deletions(-)

diffs (60 lines):

diff -r 10ddd934300c -r c9b93e90bc87 share/man/man7/packages.7
--- a/share/man/man7/packages.7 Thu Jul 22 10:08:17 1999 +0000
+++ b/share/man/man7/packages.7 Thu Jul 22 11:08:30 1999 +0000
@@ -1,10 +1,10 @@
-.\"    $NetBSD: packages.7,v 1.15 1999/03/10 09:31:18 erh Exp $
+.\"    $NetBSD: packages.7,v 1.16 1999/07/22 11:08:30 lukem Exp $
 .\"
 .\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
 .\"
 .\"    This file is in the public domain.
 .\"
-.Dd June 4, 1998
+.Dd July 22, 1998
 .Dt PACKAGES 7
 .Os
 .Sh NAME
@@ -20,8 +20,8 @@
 .Sh COMMON VARIABLES
 This section documents variables that typically apply to all packages.
 Many of these may be set in
-.Xr make.conf 5 .
-.Bl -tag -indent XXXXXXXX -width XXXXXXXX
+.Xr mk.conf 5 .
+.Bl -tag -indent -width XXXXXXXXX
 .It ARCH
 The architecture, as returned by
 .Dq uname -m .
@@ -30,6 +30,22 @@
 .It OPSYS
 The operating system name, as returned by 
 .Dq uname -s .
+.It LOCALBASE
+Where non-X11 based packages will be installed.
+The default is
+.Pa /usr/pkg .
+.It CROSSBASE
+Where
+.Dq cross
+category packages will be installed.
+The default is
+.Pa ${LOCALBASE}/cross .
+.It X11BASE
+Where X11 is installed on the system, and where
+.Dq X11
+category packages will be installed.
+The default is
+.Pa /usr/X11R6 .
 .It DISTDIR
 Where to get gzip'd, tarballed copies of original sources.  The default is
 .Pa ${PKGSRCDIR}/distfiles .
@@ -603,6 +619,9 @@
 NEVER override the
 .Dq regular
 targets unless you want to open a major can of worms.
+.Sh SEE ALSO
+.Xr make 1 ,
+.Xr mk.conf 5
 .Sh HISTORY
 This manual page is based upon the comments in the
 .Pa bsd.pkg.mk



Home | Main Index | Thread Index | Old Index