summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/deprecated.map
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-19 19:14:37 +0000
committerjlam <jlam>2006-07-19 19:14:37 +0000
commit69621913228b1ea1d22363e660624daf85b3602c (patch)
tree6625fccd1471e3829f048ba53292a134d2776e44 /pkgtools/pkglint/files/deprecated.map
parentf2547d6d01d50fc854ee9079468b89579b2aed95 (diff)
downloadpkgsrc-69621913228b1ea1d22363e660624daf85b3602c.tar.gz
Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
Diffstat (limited to 'pkgtools/pkglint/files/deprecated.map')
-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 130e3e9efa2..f9fd0c86205 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.42 2006/07/18 23:08:30 jlam Exp $
+# $NetBSD: deprecated.map,v 1.43 2006/07/19 19:14:39 jlam Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -115,3 +115,4 @@ DEINSTALL_FILE It may only be used internally by pkgsrc.
# July 2006
USE_DIGEST You can just remove it.
+LTCONFIG_OVERRIDE You can just remove it.