Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/09/2005 16:26:23
Module Name: pkgsrc
Committed By: jlam
Date: Thu Jun 9 16:26:23 UTC 2005
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
General improvements to the changes-entry target:
* Improve the documentation.
* Avoid running commands during Makefile processing by using the :sh
modifier instead of defining variables using !=
* Add a new variable PKGSRC_CHANGES that holds the path to the CHANGES
file to be modified.
* Use ${ID} and ${DATE}, which are provided by the tools framework and
avoid PATH issues.
To generate a diff of this commit:
cvs rdiff -r1.1691 -r1.1692 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.