diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-03-03 22:38:49 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-03-03 22:38:49 +0000 |
commit | 182d6621e7802f658cc1a048cf279bc84b88e2b8 (patch) | |
tree | dd2d5b11a4e79d1360ad6aa436c50b242f444c43 /mk | |
parent | 0924435786339cbb7657a54805b1bd07c21400fd (diff) | |
download | pkgsrc-182d6621e7802f658cc1a048cf279bc84b88e2b8.tar.gz |
Mention mk.conf(5), and remove USE_LOCALBASE_FOR_X11 (this is not ready
for use, people better not use this).
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 18daad68a3e..6c9b92fbd73 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,9 +1,10 @@ -# $NetBSD: mk.conf.example,v 1.46 1999/02/27 17:24:17 sakamoto Exp $ +# $NetBSD: mk.conf.example,v 1.47 1999/03/03 22:38:49 hubertf 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. -# See the NetBSD packages(7) manual page for a full description of all -# available options. +# See the NetBSD mk.conf(5) and packages(7) manual page for a full +# description of all available options. # # Definitely not complete yet. - agc Fri Mar 27 16:42:38 GMT 1998 # @@ -57,12 +58,6 @@ # 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 |