summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-08 19:11:26 +0000
committerwiz <wiz@pkgsrc.org>2000-01-08 19:11:26 +0000
commitf3d611b15c321cfc4cb7d450bb34a9b0e70b37ca (patch)
tree028b7f7220e588310ca771fe5b54ea374fcf4744 /pkgtools
parentdd171b3fdb9f7addf62546ba482163b73b8984bb (diff)
downloadpkgsrc-f3d611b15c321cfc4cb7d450bb34a9b0e70b37ca.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 {