Subject: CVS commit: pkgsrc/mk/buildlink2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/10/2002 02:17:56
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Oct  9 23:17:55 UTC 2002

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

Log Message:
* Modify example buildlink2.mk: we now also want a variable called
  BUILDLINK_PKGBASE.<pkg> that is the ${PKGBASE} for that package and can
  be used as "pkg_info ${BUILDLINK_PKGBASE.<pkg>}".  This variable is
  currently only used if the buildlink2.mk file uses
  BUILDILNK_PLIST_CMD.<pkg> (described below).

* Create readable variable BUILDLINK_PLIST_CMD.<pkg> that is a pipeline of
  shell commands that outputs to stdout a list of the files installed the
  <pkg>, relative to its installation prefix.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 pkgsrc/mk/buildlink2/bsd.buildlink2.mk

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