1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Submitted by:	wblock
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-08-17 08:55:35 +00:00
parent 38efae9d84
commit d131b524b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420324

View File

@ -71,7 +71,7 @@ check_dep() {
continue
fi
# If only looking for missign, show if missing
# If only looking for missing, show if missing
if [ ${missing} -eq 1 ]; then
case " ${existing} " in
*\ ${d#${PORTSDIR}/}\ *) continue ;; # We have it, nothing to see