summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-01-04 20:01:46 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2018-01-04 20:01:46 +0000
commita45f79495ab09c5211ec1ee08bb068b3a3147b2b (patch)
tree9938a6b00cfe51acb300bd2aa285cb1b2f54b5bf
parentFix some *-list targets not properly passing FLAVOR down the chain. (diff)
Fix typo in r458054.
Reported by: antoine Approved by: portmgr (implicit) MFH: 2018Q1
Notes
Notes: svn path=/head/; revision=458056
-rw-r--r--Mk/Scripts/depends-list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/depends-list.sh b/Mk/Scripts/depends-list.sh
index b5d554a406e5..0d3945c85359 100644
--- a/Mk/Scripts/depends-list.sh
+++ b/Mk/Scripts/depends-list.sh
@@ -53,7 +53,7 @@ check_dep() {
local _dep wrkdir show_dep
for _dep ; do
- unset FLAOVR
+ unset FLAVOR
myifs=${IFS}
IFS=:
set -- ${_dep}