summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-01-12 22:30:56 +0000
committerjlam <jlam@pkgsrc.org>2006-01-12 22:30:56 +0000
commit5e68addc704c6517fca524f1d717c23f003278b5 (patch)
tree2fd2d849ad09cf9a30276d5dbc1f08e6795f6a24 /mk/defaults
parent59005a739b78937881f268effd7f96fb77300b56 (diff)
downloadpkgsrc-5e68addc704c6517fca524f1d717c23f003278b5.tar.gz
Set INFO_DIR, the location for info files, to its default value of
"info" here instead of in pkgsrc/mk/texinfo.mk. This allows its value to be used even when texinfo.mk isn't included.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index fe405e63a28..92b7710b8de 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.109 2006/01/08 14:00:11 tonio Exp $
+# $NetBSD: mk.conf,v 1.110 2006/01/12 22:30:56 jlam Exp $
#
# This file provides default values for variables that may be overridden
@@ -206,6 +206,13 @@ VARBASE?= /var
# Possible: any path
# Default: ${X11PREFIX} or where openmotif or lesstif is installed
+INFO_DIR?= info
+# Pathname relative to ${PREFIX} of directory holding the
+# info files and the info "dir" (index) file.
+# Possible: any path you like, e.g. share/info.
+# Default: info (i.e. /usr/pkg/info)
+# NOTE: the support for custom setting (not "info") is not complete.
+
PKGMANDIR?= man
# Pathname relative to ${PREFIX} of directory holding the
# manual pages and man directories.