diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 04:57:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 04:57:45 +0000 |
commit | a5fff9a5a45770baced254a6f88b0ab7aa77a6eb (patch) | |
tree | e44aecb283019252e5bc9280e0b912062af37e32 | |
parent | fdf170aa7ccdad2bf4c156a610e35dc68c7220ed (diff) | |
download | pkgsrc-a5fff9a5a45770baced254a6f88b0ab7aa77a6eb.tar.gz |
Drop support for INFO_DIR, which should now be replaced with PKGINFODIR.
-rw-r--r-- | mk/defaults/mk.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 80f1d003919..0db2f643ad5 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.113 2006/03/20 01:48:58 jlam Exp $ +# $NetBSD: mk.conf,v 1.114 2006/03/30 04:57:45 jlam Exp $ # # This file provides default values for variables that may be overridden @@ -206,8 +206,7 @@ VARBASE?= /var # Possible: any path # Default: ${X11PREFIX} or where openmotif or lesstif is installed -INFO_DIR?= info -PKGINFODIR?= ${INFO_DIR} +PKGINFODIR?= 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. |