diff options
author | wiz <wiz> | 2002-12-23 14:05:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-23 14:05:45 +0000 |
commit | 7852c2ec61abec79ee6070b8c2c85fdfeec59aa1 (patch) | |
tree | 08f89918925beb65531069b4adc09c64ce4322f9 /pkgtools/pkglint | |
parent | 053e4302a8a0a5cb959ba2a21dd6d18498c94190 (diff) | |
download | pkgsrc-7852c2ec61abec79ee6070b8c2c85fdfeec59aa1.tar.gz |
s/buildlink/buildlink2/
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 dbbf3cac0c3..a66478875b4 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.75 2002/12/10 14:30:36 schmonz Exp $ +# $NetBSD: pkglint.pl,v 1.76 2002/12/23 14:05:45 wiz Exp $ # # This version contains lots of changes necessary for NetBSD packages # done by Hubert Feyrer <hubertf@netbsd.org>, @@ -755,7 +755,7 @@ sub checkmakefile { print "OK: checking USE_SSL.\n" if ($verbose); if ($whole =~ /\nUSE_SSL/) { &perror("FATAL: USE_SSL is deprecated, ". - "use the openssl buildlink.mk instead."); + "use the openssl buildlink2.mk instead."); } print "OK: checking NO_WRKSUBDIR.\n" if ($verbose); if ($whole =~ /\nNO_WRKSUBDIR/) { |