svn commit: r316544 - head/Mk
Greg Lewis
glewis at FreeBSD.org
Fri Apr 26 02:38:42 UTC 2013
Author: glewis
Date: Fri Apr 26 02:38:41 2013
New Revision: 316544
URL: http://svnweb.freebsd.org/changeset/ports/316544
Log:
. Split a long comment line.
Modified:
head/Mk/bsd.java.mk
Modified: head/Mk/bsd.java.mk
==============================================================================
--- head/Mk/bsd.java.mk Fri Apr 26 02:37:19 2013 (r316543)
+++ head/Mk/bsd.java.mk Fri Apr 26 02:38:41 2013 (r316544)
@@ -294,8 +294,9 @@ A_JAVA_PORT_VENDOR= ${A_JAVA_PORT_INFO
__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}
More information about the svn-ports-all
mailing list