Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Kimmo Suominen <kim@netbsd.org>
List: source-changes
Date: 04/23/2000 20:40:52
Module Name:	pkgsrc
Committed By:	kim
Date:		Mon Apr 24 03:40:52 UTC 2000

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

Log Message:
Set DEPENDS_TARGET=package during a "make package", and propagate
DEPENDS_TARGET to builds for dependencies.

This results in "make package" creating packages for all missing
dependencies as well, instead of merely installing them on the system.
This is a more consistent and intuitive behaviour.

Running "make install" will install the dependencies just like before
(no binary packages will be built).


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

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