diff options
author | wiz <wiz> | 2000-01-08 19:11:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-08 19:11:26 +0000 |
commit | d578f2c6a0198f41eef14abf518cc279fec384ff (patch) | |
tree | 028b7f7220e588310ca771fe5b54ea374fcf4744 /pkgtools | |
parent | b8e478bfd3047928ab374096ab594e150a0de022 (diff) | |
download | pkgsrc-d578f2c6a0198f41eef14abf518cc279fec384ff.tar.gz |
clarification in warning
Diffstat (limited to 'pkgtools')
-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 { |