Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 02/11/1999 06:42:09
Module Name:	pkgsrc
Committed By:	tv
Date:		Thu Feb 11 14:42:08 UTC 1999

Modified Files:
	pkgsrc/mk: bsd.pkg.mk
Log Message:
If /usr/bin/install-info exists:
- do not depend on gtexinfo pkg even if USE_GTEXINFO is set
- if ${LOCALBASE}/info/dir is a regular file, nuke it and replace as a
symlink to /usr/share/info/dir.  (Upgrades of the base system will
do this too, except that those will copy the contents of
/usr/pkg/info/dir first.  There is no truly clean solution here.)

Also, use --info-dir=${LOCALBASE}/info/dir, NOT ${PREFIX}/info/dir.
info(1) only searches one directory file.