Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2013 02:38:41 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316544 - head/Mk
Message-ID:  <201304260238.r3Q2cfIk050199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304260238.r3Q2cfIk050199>