mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Allow NO_OPTIONS_SORT to work with old OPTIONS
Requested by: dougb@
This commit is contained in:
parent
8d2bcfffda
commit
ed18e382be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298423
@ -47,6 +47,9 @@ opt:= ${O}
|
||||
. if !defined(optname)
|
||||
optname:= ${O}
|
||||
ALL_OPTIONS+= ${O}
|
||||
.if !defined(OPTIONS_DEFINE) || empty(OPTIONS_DEFINE:M${O})
|
||||
OPTIONS_DEFINE+= ${O}
|
||||
.endif
|
||||
PORT_OPTIONS+= ${O}
|
||||
. elif !defined(optdesc)
|
||||
optdesc:= ${opt}
|
||||
|
Loading…
Reference in New Issue
Block a user