From 74e5bd76a37754f5143205cbdd28c603803a9e28 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 Jul 2001 12:56:58 +0000 Subject: 'file' should be replaced by '${FILE_CMD}' now. Bump to 3.07. --- pkgtools/pkglint/Makefile | 4 ++-- pkgtools/pkglint/files/pkglint.pl | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 02de20b8400..feed707133e 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.107 2001/07/13 08:20:54 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2001/07/15 12:56:58 wiz Exp $ # -DISTNAME= pkglint-3.06 +DISTNAME= pkglint-3.07 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 8892517148f..05d48a3b1cc 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.54 2001/07/13 08:20:55 wiz Exp $ +# $NetBSD: pkglint.pl,v 1.55 2001/07/15 12:56:58 wiz Exp $ # # This version contains lots of changes necessary for NetBSD packages # done by Hubert Feyrer , @@ -735,6 +735,7 @@ su tail test touch tr true type wc xmkmf EOF $cmdnames{$i} = "\$\{\U$i\E\}"; } + $cmdnames{'file'} = '${FILE_CMD}'; $cmdnames{'gunzip'} = '${GUNZIP_CMD}'; $cmdnames{'gzip'} = '${GZIP_CMD}'; # -- cgit v1.2.3