pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/defaults Provided some reason for having PKGMANDIR ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0fe1cb504ef
branches: trunk
changeset: 533958:d0fe1cb504ef
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Oct 09 14:31:31 2007 +0000
description:
Provided some reason for having PKGMANDIR and PKGINFODIR. And, by the
way, MANINSTALL isn't user-settable.
diffstat:
mk/defaults/mk.conf | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diffs (50 lines):
diff -r 4a743cbd39a1 -r d0fe1cb504ef mk/defaults/mk.conf
--- a/mk/defaults/mk.conf Tue Oct 09 14:00:28 2007 +0000
+++ b/mk/defaults/mk.conf Tue Oct 09 14:31:31 2007 +0000
@@ -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 @@
# 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 @@
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 @@
#
# 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 @@
# * 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
Home |
Main Index |
Thread Index |
Old Index