aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-09-18 16:09:56 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-09-18 16:09:56 +0000
commitff9d59c6dd4e0e70c4b1afe172a4ed5d3b7b72c0 (patch)
tree4ce01011e724644fae313a17baeb894b219720f8 /Mk/bsd.port.mk
parent642f11f7c914244f68294d88281fd0c3ddb1a7de (diff)
downloadports-ff9d59c6dd4e0e70c4b1afe172a4ed5d3b7b72c0.tar.gz
ports-ff9d59c6dd4e0e70c4b1afe172a4ed5d3b7b72c0.zip
Fix typo.
Submitted by: sunpoet With hat: portmgr
Notes
Notes: svn path=/head/; revision=368492
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index d9f3ac71cbab..cf44f987c783 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -5002,7 +5002,7 @@ missing:
fi; \
done
-# shwo missing dependencies by name
+# Show missing dependencies by name
missing-packages:
@_packages=$$(${PKG_INFO} -aq); \
for dir in $$(${ALL-DEPENDS-LIST}); do \