Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Bernd Ernesti <veego@netbsd.org>
List: source-changes
Date: 09/15/2000 19:53:32
Module Name:	pkgsrc
Committed By:	veego
Date:		Fri Sep 15 16:53:31 UTC 2000

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Fix a problem with the print-pkg-size-this on Solaris.
It use the wrong ls when you have /usr/ucb before /usr/bin in your PATH.
The usb-ls doesn't print the group field, so the size is the 4th field and
not the 5th one.
Fixed by using the /usr/bin one.
Added and use: ${LS} which points to the correct ls.

Also add a space after the 0 in the AWK part of this target and one after
the '+'. Noticed by Klaus Klein.
Changes reviewed by Hubert Feyrer.


To generate a diff of this commit:
cvs rdiff -r1.575 -r1.576 pkgsrc/mk/bsd.pkg.mk

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