svn commit: r461104 - branches/2018Q1/Mk/Uses
Bryan Drewery
bdrewery at FreeBSD.org
Tue Feb 6 20:49:34 UTC 2018
Author: bdrewery
Date: Tue Feb 6 20:49:33 2018
New Revision: 461104
URL: https://svnweb.freebsd.org/changeset/ports/461104
Log:
MFH: r461103
Remove leading newline to FLAVORS.
Approved by: portmgr (implicit)
Modified:
branches/2018Q1/Mk/Uses/python.mk
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/Mk/Uses/python.mk
==============================================================================
--- branches/2018Q1/Mk/Uses/python.mk Tue Feb 6 20:49:09 2018 (r461103)
+++ branches/2018Q1/Mk/Uses/python.mk Tue Feb 6 20:49:33 2018 (r461104)
@@ -442,7 +442,11 @@ FLAVORS= ${_ALL_PYTHON_FLAVORS}
. for _v in ${PYTHON_DEFAULT} ${PYTHON2_DEFAULT} ${PYTHON3_DEFAULT}
_f= py${_v:S/.//}
. if ${_ALL_PYTHON_FLAVORS:M${_f}} && !${FLAVORS:M${_f}}
+.if !empty(FLAVORS)
FLAVORS:= ${FLAVORS} ${_f}
+.else
+FLAVORS:= ${_f}
+.endif
. endif
. endfor
. endif
More information about the svn-ports-all
mailing list