Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/02/2007 16:00:33
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Aug  2 16:00:33 UTC 2007

Modified Files:
	pkgsrc/mk/pkginstall: bsd.pkginstall.mk
	pkgsrc/mk/scripts: shlib-type

Log Message:
Don't bother using environment variables to pass info the shlib-type
shell script.  Just specify everything on the command line.  Also,
since shlib-type is a plain-old shell script with no bells and whistles,
we can safely run it with "sh" and not "${SH}", which is necessary
because "${SH}" isn't defined at this point.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/mk/pkginstall/bsd.pkginstall.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/scripts/shlib-type

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.