summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-18 05:23:37 +0000
committerjlam <jlam>2004-02-18 05:23:37 +0000
commit3b6b81ab7619cd6e6b2d25b69a985d29cc1228c4 (patch)
treef98649d5a4d40a62f95c054af74d4b0c286f434a /mk
parentc59e35174ebf4c47df10bace5344fb6e66618191 (diff)
downloadpkgsrc-3b6b81ab7619cd6e6b2d25b69a985d29cc1228c4.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.
#