Actually, on second thoughts, this should be less error prone in

future.
This commit is contained in:
Matthew Seaman 2016-04-17 10:22:50 +00:00
parent 541aeef968
commit 90cb2274b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413502

View file

@ -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