diff options
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 9775e16934c..02e46a869ed 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -11,7 +11,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.91 2003/07/31 15:13:22 seb Exp $ +# $NetBSD: pkglint.pl,v 1.92 2003/08/02 19:51:45 wiz Exp $ # # This version contains lots of changes necessary for NetBSD packages # done by Hubert Feyrer <hubertf@netbsd.org>, @@ -1009,7 +1009,7 @@ EOF } } } elsif ($tmp !~ /\nDYNAMIC_MASTER_SITES[+?]?=/) { - &perror("WARN: no MASTER_SITES or DYNAMIC_MASTER_SITES found.". + &perror("WARN: no MASTER_SITES or DYNAMIC_MASTER_SITES found. ". "Is this ok?"); } |