mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
. Split a long comment line.
This commit is contained in:
parent
19f575740b
commit
a9d89ba71a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316544
1 changed files with 3 additions and 2 deletions
|
@ -294,8 +294,9 @@ A_JAVA_PORT_VENDOR= ${A_JAVA_PORT_INFO:MVENDOR=*:S,VENDOR=,,}
|
|||
__JAVA_PORTS_INSTALLED+= ${A_JAVA_PORT}
|
||||
.endif
|
||||
|
||||
# Because variables inside for loops are special (directly replaced as strings), we are allowed
|
||||
# to use them inside modifiers, where normally ${FOO:M${BAR}} is not allowed.
|
||||
# Because variables inside for loops are special (directly replaced as strings),
|
||||
# we are allowed to use them inside modifiers, where normally ${FOO:M${BAR}} is
|
||||
# not allowed.
|
||||
#
|
||||
.for ver in ${A_JAVA_PORT_VERSION}
|
||||
.for os in ${A_JAVA_PORT_OS}
|
||||
|
|
Loading…
Add table
Reference in a new issue