diff options
author | wiz <wiz> | 2000-01-08 19:11:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-08 19:11:26 +0000 |
commit | 34d126d9b891532924a4de7308f9ab20a23a9fda (patch) | |
tree | 028b7f7220e588310ca771fe5b54ea374fcf4744 /pkgtools/pkglint | |
parent | fa71f0157006521d3c176a9a5c930efa457756a9 (diff) | |
download | pkgsrc-34d126d9b891532924a4de7308f9ab20a23a9fda.tar.gz |
clarification in warning
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 9b79a12bec8..3f39fbb1121 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.24 2000/01/06 01:34:22 wiz Exp $ +# $NetBSD: pkglint.pl,v 1.25 2000/01/08 19:11:26 wiz Exp $ # # This version contains some changes necessary for NetBSD packages # done by Hubert Feyrer <hubertf@netbsd.org> and @@ -913,7 +913,7 @@ EOF (($pkgname eq '') ? ', which is derived from DISTNAME, ' : ' '). - "looks illegal. should modify \"-$k\"" . + "looks illegal. You should modify \"-$k\"" . ($osname ne "NetBSD"?" to obey the handbook.":".")); } } else { |