Provided some reason for having PKGMANDIR and PKGINFODIR. And, by the
way, MANINSTALL isn't user-settable.
This commit is contained in:
parent
0449659a9e
commit
e32f6e30d6
1 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mk.conf,v 1.161 2007/09/30 11:23:08 rillig Exp $
|
||||
# $NetBSD: mk.conf,v 1.162 2007/10/09 14:31:31 rillig Exp $
|
||||
#
|
||||
|
||||
# This file provides default values for variables that may be overridden
|
||||
|
@ -38,6 +38,7 @@ MANINSTALL?= maninstall catinstall
|
|||
# Specify manpage installation types.
|
||||
# Possible: maninstall, catinstall, both types or empty
|
||||
# Default: maninstall catinstall
|
||||
# FIXME: This variable is not user-settable and must be moved away from here.
|
||||
|
||||
#MANZ=
|
||||
# gzip manual pages at installation time
|
||||
|
@ -271,7 +272,8 @@ VARBASE?= /var
|
|||
|
||||
PKGINFODIR?= info
|
||||
# The subdirectory of PREFIX that holds the GNU info files and the
|
||||
# directory index file ("dir").
|
||||
# directory index file ("dir"). Using a value different from the
|
||||
# default can be useful when LOCALBASE=/usr.
|
||||
#
|
||||
# Possible: A sane pathname.
|
||||
#
|
||||
|
@ -280,10 +282,12 @@ PKGINFODIR?= info
|
|||
#
|
||||
# Note: the support for custom setting (not "info") is not complete.
|
||||
#
|
||||
# See also: PKGMANDIR
|
||||
|
||||
PKGMANDIR?= man
|
||||
# The subdirectory of PREFIX that holds the manual pages and their
|
||||
# subdirectories (e.g. man1, man7).
|
||||
# subdirectories (e.g. man1, man7). Using a value different from the
|
||||
# default can be useful when LOCALBASE=/usr.
|
||||
#
|
||||
# Possible: Any sane pathname.
|
||||
#
|
||||
|
@ -291,6 +295,8 @@ PKGMANDIR?= man
|
|||
# * share/man
|
||||
#
|
||||
# Note: the support for custom setting (not "man") is not complete.
|
||||
#
|
||||
# See also: PKGINFODIR
|
||||
|
||||
# USE_XPKGWEDGE?= yes
|
||||
# Whether we should use xpkgwedge or not to install all packages into
|
||||
|
|
Loading…
Reference in a new issue