svn commit: r458057 - branches/2018Q1/Mk/Scripts
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jan 4 20:02:29 UTC 2018
Author: bdrewery
Date: Thu Jan 4 20:02:28 2018
New Revision: 458057
URL: https://svnweb.freebsd.org/changeset/ports/458057
Log:
MFH: r458056
Fix typo in r458054.
Reported by: antoine
Approved by: portmgr (implicit)
Modified:
branches/2018Q1/Mk/Scripts/depends-list.sh
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/Mk/Scripts/depends-list.sh
==============================================================================
--- branches/2018Q1/Mk/Scripts/depends-list.sh Thu Jan 4 20:01:46 2018 (r458056)
+++ branches/2018Q1/Mk/Scripts/depends-list.sh Thu Jan 4 20:02:28 2018 (r458057)
@@ -53,7 +53,7 @@ check_dep() {
local _dep wrkdir show_dep
for _dep ; do
- unset FLAOVR
+ unset FLAVOR
myifs=${IFS}
IFS=:
set -- ${_dep}
More information about the svn-ports-branches
mailing list