pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/defaults Drop support for INFO_DIR, which should no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b065bb4b0511
branches:  trunk
changeset: 510430:b065bb4b0511
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Mar 30 04:57:45 2006 +0000

description:
Drop support for INFO_DIR, which should now be replaced with PKGINFODIR.

diffstat:

 mk/defaults/mk.conf |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 67022d06f28b -r b065bb4b0511 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Thu Mar 30 04:13:26 2006 +0000
+++ b/mk/defaults/mk.conf       Thu Mar 30 04:57:45 2006 +0000
@@ -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 @@
 # 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.



Home | Main Index | Thread Index | Old Index