mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
635115204e
commit
1fc2c068b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359325
1 changed files with 0 additions and 2 deletions
|
@ -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/_/}
|
||||
|
|
Loading…
Add table
Reference in a new issue