summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-21 14:28:35 +0000
committerjlam <jlam@pkgsrc.org>2006-07-21 14:28:35 +0000
commitf127121a2e1ffb1f6cd0641ce8bc0eab4e394de3 (patch)
tree8827e1afc100c1bee89440b5bd49f3d243dea739 /pkgtools
parent7d1f4cca8ee69154c87d9e612cf7eab8c03b9563 (diff)
downloadpkgsrc-f127121a2e1ffb1f6cd0641ce8bc0eab4e394de3.tar.gz
BUILD_ENV has been renamed to PKGSRC_MAKE_ENV.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/deprecated.map3
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.