summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/pkglint.pl7
2 files changed, 8 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index c885876bb35..b6b79dd8502 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2001/01/25 08:45:46 tron Exp $
+# $NetBSD: Makefile,v 1.76 2001/01/26 13:16:52 wiz Exp $
#
-DISTNAME= pkglint-2.34
+DISTNAME= pkglint-2.35
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 71d4c807b82..b64a83042ae 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -12,7 +12,7 @@
# Freely redistributable. Absolutely no warranty.
#
# From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.37 2000/12/13 23:53:42 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.38 2001/01/26 13:16:52 wiz Exp $
#
# This version contains some changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf@netbsd.org> and
@@ -766,6 +766,11 @@ sub checkmakefile {
&perror("FATAL: USE_PKGLIBTOOL is deprecated, ".
"use USE_LIBTOOL instead.");
}
+ print "OK: checking LIBTOOL_OVERRIDE.\n" if ($verbose);
+ if ($whole =~ /\nLIBTOOL_OVERRIDE/) {
+ &perror("FATAL: LIBTOOL_OVERRIDE is deprecated, ".
+ "try to use LTCONFIG_OVERRIDE instead.");
+ }
print "OK: checking MIRROR_DISTFILE.\n" if ($verbose);
if ($whole =~ /\nMIRROR_DISTFILE/) {
&perror("WARN: use of MIRROR_DISTFILE deprecated, ".