From owner-svn-ports-head@FreeBSD.ORG Fri Apr 26 02:38:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E8CEAB7D; Fri, 26 Apr 2013 02:38:41 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D8EAB16D6; Fri, 26 Apr 2013 02:38:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3Q2cf09050200; Fri, 26 Apr 2013 02:38:41 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3Q2cfIk050199; Fri, 26 Apr 2013 02:38:41 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201304260238.r3Q2cfIk050199@svn.freebsd.org> From: Greg Lewis Date: Fri, 26 Apr 2013 02:38:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316544 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2013 02:38:42 -0000 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}