diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2013-04-26 02:38:41 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2013-04-26 02:38:41 +0000 |
commit | a9d89ba71ac41d8d7e176dba16a60ab1103700c9 (patch) | |
tree | 4d0f9f0b9d97909c8ad720ad6dcb50b218c042e5 /Mk/bsd.java.mk | |
parent | 19f575740beed6d4c2983a5ad34a6bd98eb75886 (diff) | |
download | ports-a9d89ba71ac41d8d7e176dba16a60ab1103700c9.tar.gz ports-a9d89ba71ac41d8d7e176dba16a60ab1103700c9.zip |
Notes
Diffstat (limited to 'Mk/bsd.java.mk')
-rw-r--r-- | Mk/bsd.java.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk index d3a51c95409f..e196c5062974 100644 --- a/Mk/bsd.java.mk +++ b/Mk/bsd.java.mk @@ -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} |