summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-08 19:11:26 +0000
committerwiz <wiz>2000-01-08 19:11:26 +0000
commitd578f2c6a0198f41eef14abf518cc279fec384ff (patch)
tree028b7f7220e588310ca771fe5b54ea374fcf4744 /pkgtools
parentb8e478bfd3047928ab374096ab594e150a0de022 (diff)
downloadpkgsrc-d578f2c6a0198f41eef14abf518cc279fec384ff.tar.gz
clarification in warning
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
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 {