Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 08:55:08 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359324 - head/java/eclipse
Message-ID:  <201406260855.s5Q8t8V3065311@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Jun 26 08:55:08 2014
New Revision: 359324
URL: http://svnweb.freebsd.org/changeset/ports/359324
QAT: https://qat.redports.org/buildarchive/r359324/

Log:
  java/eclipse: Tweak comment to satisfy freshports sanity check
  
  A space character was missing in a comment that made the freshport
  sanity check think it was a bad shell command.

Modified:
  head/java/eclipse/Makefile

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Thu Jun 26 08:53:03 2014	(r359323)
+++ head/java/eclipse/Makefile	Thu Jun 26 08:55:08 2014	(r359324)
@@ -53,7 +53,7 @@ GITCLONE=${DISTDIR}/eclipse/eclipse-gitc
 MVN_LOCAL_REPO=	-Dmaven.repo.local=${WRKDIR}/eclipse-maven-repo-${PORTVERSION}/repository
 MVN_TEST_FLAG=	-Dmaven.test.skip=true
 MVN_OPTS+=	# a placeholder for MAVEN_OPTS environment variable
-		#in the following format: MAVEN_OPTS='-Xmx1792m'
+		# in the following format: MAVEN_OPTS='-Xmx1792m'
 MVN_SETTINGS+=	--offline
 ECLIPSE_WS=	gtk
 ECLIPSE_ARCH=	x86${ARCH:C/^i.86//:C/^amd/_/}



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