pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Add _DISTFILES and _PATCHFILES definitions to the l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5268766bde4c
branches:  trunk
changeset: 492661:5268766bde4c
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Apr 18 10:06:47 2005 +0000

description:
Add _DISTFILES and _PATCHFILES definitions to the list of definitions
which get recorded in the build information (accessible with pkg_info -B).

diffstat:

 mk/bsd.pkg.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 33fcdb740af1 -r 5268766bde4c mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Apr 18 10:02:27 2005 +0000
+++ b/mk/bsd.pkg.mk     Mon Apr 18 10:06:47 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1613 2005/04/16 09:26:22 agc Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1614 2005/04/18 10:06:47 agc Exp $
 #
 # This file is in the public domain.
 #
@@ -843,6 +843,8 @@
 .endif
 _ALLFILES?=    ${_DISTFILES} ${_PATCHFILES}
 
+BUILD_DEFS+=   _DISTFILES _PATCHFILES
+
 .if defined(GNU_CONFIGURE)
 #
 # GNU_CONFIGURE_PREFIX is the argument to the --prefix option passed to the



Home | Main Index | Thread Index | Old Index