summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2005-04-18 10:06:47 +0000
committeragc <agc@pkgsrc.org>2005-04-18 10:06:47 +0000
commit30ebfbe282959ffba350b0638168ce36cf024d34 (patch)
treeebb93ffcc8e597b8c3c292b28a76e59239d04e11 /mk/bsd.pkg.mk
parent981b8b9d92f7d30f74b5739a13be9278582c4eb0 (diff)
downloadpkgsrc-30ebfbe282959ffba350b0638168ce36cf024d34.tar.gz
Add _DISTFILES and _PATCHFILES definitions to the list of definitions
which get recorded in the build information (accessible with pkg_info -B).
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index b439bd8b633..e209a0f2d16 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -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 @@ _PATCHFILES?= ${PATCHFILES}
.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