. Split a long comment line.

This commit is contained in:
Greg Lewis 2013-04-26 02:38:41 +00:00
parent 19f575740b
commit a9d89ba71a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316544

View file

@ -294,8 +294,9 @@ A_JAVA_PORT_VENDOR= ${A_JAVA_PORT_INFO:MVENDOR=*:S,VENDOR=,,}
__JAVA_PORTS_INSTALLED+= ${A_JAVA_PORT} __JAVA_PORTS_INSTALLED+= ${A_JAVA_PORT}
.endif .endif
# Because variables inside for loops are special (directly replaced as strings), we are allowed # Because variables inside for loops are special (directly replaced as strings),
# to use them inside modifiers, where normally ${FOO:M${BAR}} is not allowed. # we are allowed to use them inside modifiers, where normally ${FOO:M${BAR}} is
# not allowed.
# #
.for ver in ${A_JAVA_PORT_VERSION} .for ver in ${A_JAVA_PORT_VERSION}
.for os in ${A_JAVA_PORT_OS} .for os in ${A_JAVA_PORT_OS}