From bf0b050bab4b09dde5df24b4438b87c202e7eb4f Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 3 Nov 2001 21:41:49 +0000 Subject: Improve english in last. --- pkgtools/pkglint/files/pkglint.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgtools') 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 , @@ -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" -- cgit v1.2.3