mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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}
|
__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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue