diff options
author | agc <agc@pkgsrc.org> | 2005-04-18 10:06:47 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-04-18 10:06:47 +0000 |
commit | 30ebfbe282959ffba350b0638168ce36cf024d34 (patch) | |
tree | ebb93ffcc8e597b8c3c292b28a76e59239d04e11 /mk | |
parent | 981b8b9d92f7d30f74b5739a13be9278582c4eb0 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
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 |