From 1fc2c068b448aa3f47c2ecdc62f14a9e2991683d Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 26 Jun 2014 09:13:00 +0000 Subject: java/eclipse: Remove troublesome comment completely Freshports won't update the entry due to choking on the MAVEN_OPTS comment. Truthfully the comment is more trouble than it's worth. First, it's MVN_OPTS, not MAVEN_OPTS. Secondly, "+=" is a no-op, so the definition should be there anyway. Thirdly, MVN_OPTS is undefined. Just remove the whole mess. PR: 188659 --- java/eclipse/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'java/eclipse') diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index c6ceaaa1c35e..1e2d5d793627 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -52,8 +52,6 @@ GITCLONE=${DISTDIR}/eclipse/eclipse-gitclone/eclipse.platform.releng.aggregator 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' MVN_SETTINGS+= --offline ECLIPSE_WS= gtk ECLIPSE_ARCH= x86${ARCH:C/^i.86//:C/^amd/_/} -- cgit v1.2.3