diff options
author | tv <tv> | 1998-07-31 14:56:46 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-31 14:56:46 +0000 |
commit | f206db9920a3519202d6485c6d32ddc04db8764c (patch) | |
tree | a59d8a60e0a115cd8d0e15ed8c4186198bcf4ae2 /mk/mk.conf.example | |
parent | e9d455cdec7ed2fb99000a1c6d1d10617fe0d154 (diff) | |
download | pkgsrc-f206db9920a3519202d6485c6d32ddc04db8764c.tar.gz |
- Add option USE_LOCALBASE_FOR_X11.
- Redocument X11BASE as the primarily path to the installation of X11
(and secondarily, the default X11 pkg install path).
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r-- | mk/mk.conf.example | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 16d2081ac88..d799bfe67bb 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.19 1998/07/13 13:08:06 mycroft Exp $ +# $NetBSD: mk.conf.example,v 1.20 1998/07/31 14:56:46 tv Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values # for building either NetBSD or some of the NetBSD packages collection @@ -17,10 +17,17 @@ MANZ= 1 # gzip manual pages at installation time # Possible: any path # Default: /usr/pkg -#X11BASE= /usr/X11R6 # Where X-based packages will be installed +#X11BASE= /usr/X11R6 # Where X11 is installed on the system + # (and the default install path of X11 pkgs) # Possible: any path # Default: /usr/X11R6 +#USE_LOCALBASE_FOR_X11= # Use the value of LOCALBASE, not X11BASE, + # for installing X11-dependent pkgs + # (requires X11R6.1, or NetBSD's X sets) + # Possible: defined, not defined + # Default: not defined + #PACKAGES= ${PKGSRCDIR}/packages/${MACHINE_ARCH} # Store generated packages on a per- # architecture base |