summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-18 05:23:37 +0000
committerjlam <jlam@pkgsrc.org>2004-02-18 05:23:37 +0000
commit192e73f9e325538f75fdbc4b6d53bfd5a72eb4fc (patch)
treef98649d5a4d40a62f95c054af74d4b0c286f434a /mk
parent97e987952141f774671c89a609640ef1f8edcc9f (diff)
downloadpkgsrc-192e73f9e325538f75fdbc4b6d53bfd5a72eb4fc.tar.gz
Typo in comment.
Diffstat (limited to 'mk')
-rw-r--r--mk/buildlink3/bsd.buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/bsd.buildlink3.mk b/mk/buildlink3/bsd.buildlink3.mk
index cda2d63f840..7444f9f3a00 100644
--- a/mk/buildlink3/bsd.buildlink3.mk
+++ b/mk/buildlink3/bsd.buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.buildlink3.mk,v 1.90 2004/02/17 16:56:47 jlam Exp $
+# $NetBSD: bsd.buildlink3.mk,v 1.91 2004/02/18 05:23:37 jlam Exp $
#
# An example package buildlink3.mk file:
#
@@ -103,7 +103,7 @@ _BLNK_PACKAGES+= ${_pkg_}
# Add the proper dependency on each package pulled in by buildlink3.mk
# files. BUILDLINK_DEPMETHOD.<pkg> contains a list of either "full" or
-# "build", and if any of that list if "full" then we use a full dependency
+# "build", and if any of that list is "full" then we use a full dependency
# on <pkg>, otherwise we use a build dependency on <pkg>. By default,
# we use a full dependency.
#