summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-11-03 21:41:49 +0000
committerwiz <wiz@pkgsrc.org>2001-11-03 21:41:49 +0000
commitbf0b050bab4b09dde5df24b4438b87c202e7eb4f (patch)
treeb511227e9fe3ae34148cb86a3b942016e8045107 /pkgtools
parent4887a8d27bc57081362c10dc5d31a296fb313bd3 (diff)
downloadpkgsrc-bf0b050bab4b09dde5df24b4438b87c202e7eb4f.tar.gz
Improve english in last.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 576c3999694..a3503044550 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.60 2001/11/03 21:34:36 hubertf Exp $
+# $NetBSD: pkglint.pl,v 1.61 2001/11/03 21:41:49 wiz Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf@netbsd.org>,
@@ -205,11 +205,11 @@ if (-e <$pkgdir/COMMENT> ) {
&perror("FATAL: $pkgdir/COMMENT is deprecated -- please use a COMMENT variable instead.");
}
if (-d "$portdir/pkg" ) {
- &perror("FATAL: $portdir/pkg and it's contents are deprecated!\n".
+ &perror("FATAL: $portdir/pkg and its contents are deprecated!\n".
"\tPlease 'mv $portdir/pkg/* $portdir' and 'rmdir $portdir/pkg'.");
}
if (-d "$portdir/scripts" ) {
- &perror("WARN: $portdir/scripts and it's contents are deprecated! Please call the script(s)\n".
+ &perror("WARN: $portdir/scripts and its contents are deprecated! Please call the script(s)\n".
"\texplicitly from the corresponding target(s) in the pkg's Makefile.");
}
if (! -f "$portdir/$pkgdir/PLIST"