summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2001-07-15 12:56:58 +0000
committerwiz <wiz>2001-07-15 12:56:58 +0000
commite85d36e249f87a5e0e9244d70f1e80a600a3a6ea (patch)
tree5cc33a17e54c3d3332c47d96702ff061871022e1 /pkgtools
parent594729c0cafced53b1f0ad0ca03eb4beaf78c662 (diff)
downloadpkgsrc-e85d36e249f87a5e0e9244d70f1e80a600a3a6ea.tar.gz
'file' should be replaced by '${FILE_CMD}' now.
Bump to 3.07.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/pkglint.pl3
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}';
#