'file' should be replaced by '${FILE_CMD}' now.

Bump to 3.07.
This commit is contained in:
wiz 2001-07-15 12:56:58 +00:00
parent 860644ccf2
commit 74e5bd76a3
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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 <hubertf@netbsd.org>,
@ -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}';
#