summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2002-12-23 14:05:45 +0000
committerwiz <wiz>2002-12-23 14:05:45 +0000
commit7852c2ec61abec79ee6070b8c2c85fdfeec59aa1 (patch)
tree08f89918925beb65531069b4adc09c64ce4322f9 /pkgtools
parent053e4302a8a0a5cb959ba2a21dd6d18498c94190 (diff)
downloadpkgsrc-7852c2ec61abec79ee6070b8c2c85fdfeec59aa1.tar.gz
s/buildlink/buildlink2/
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 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/) {