diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-15 12:56:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-15 12:56:58 +0000 |
commit | 74e5bd76a37754f5143205cbdd28c603803a9e28 (patch) | |
tree | 5cc33a17e54c3d3332c47d96702ff061871022e1 /pkgtools/pkglint | |
parent | 860644ccf246009c8639f8b0d57f9f906a6e4701 (diff) | |
download | pkgsrc-74e5bd76a37754f5143205cbdd28c603803a9e28.tar.gz |
'file' should be replaced by '${FILE_CMD}' now.
Bump to 3.07.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 3 |
2 files changed, 4 insertions, 3 deletions
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 <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}'; # |