Actually, on second thoughts, this should be less error prone in
future.
This commit is contained in:
parent
541aeef968
commit
90cb2274b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413502
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ OPTIONS_DEFAULT= RT44
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.for opt in 40 42 44
|
||||
.if ${PORT_OPTIONS:MRT${opt}}
|
||||
RT_VER= ${opt}
|
||||
.for opt in ${OPTIONS_SINGLE_RTVERSION}
|
||||
.if ${PORT_OPTIONS:M${opt}}
|
||||
RT_VER= ${opt:S/RT//}
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
|
|
Loading…
Reference in a new issue