diff options
author | wiz <wiz> | 2001-11-03 21:41:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-11-03 21:41:49 +0000 |
commit | 103a6c9ad5da6c99f4f54d259dfa59ec3e4adfe9 (patch) | |
tree | b511227e9fe3ae34148cb86a3b942016e8045107 | |
parent | 0877d526865d23835d5418b6c7877a0cfdab3372 (diff) | |
download | pkgsrc-103a6c9ad5da6c99f4f54d259dfa59ec3e4adfe9.tar.gz |
Improve english in last.
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 6 |
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" |