diff options
author | jlam <jlam> | 2006-07-21 14:28:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-21 14:28:35 +0000 |
commit | aa4c189a8adce2256a7aeeb3251a6c4aeae53b99 (patch) | |
tree | 8827e1afc100c1bee89440b5bd49f3d243dea739 /pkgtools | |
parent | c304f3ed550dc23579dcb615d7d969fb4f5ce67f (diff) | |
download | pkgsrc-aa4c189a8adce2256a7aeeb3251a6c4aeae53b99.tar.gz |
BUILD_ENV has been renamed to PKGSRC_MAKE_ENV.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map index b1dda7e1874..1dd7f2a0cc2 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -1,4 +1,4 @@ -# $NetBSD: deprecated.map,v 1.44 2006/07/20 20:02:23 jlam Exp $ +# $NetBSD: deprecated.map,v 1.45 2006/07/21 14:28:35 jlam Exp $ # # This file contains names of Makefile variables and a short explanation @@ -117,3 +117,4 @@ DEINSTALL_FILE It may only be used internally by pkgsrc. USE_DIGEST You can just remove it. LTCONFIG_OVERRIDE You can just remove it. USE_GNU_GETTEXT You can just remove it. +BUILD_ENV Use PKGSRC_MAKE_ENV instead. |