diff options
author | marino <marino@FreeBSD.org> | 2014-06-26 16:55:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-26 16:55:08 +0800 |
commit | 4b0d9282547d9cf30b1e017bfb115589e255f6f0 (patch) | |
tree | a18162c786e21be6fb7c8d1ab294994db287bdf4 /java | |
parent | 8beaa14ad6caa4fc45bd5e24758a772c757a2183 (diff) | |
download | freebsd-ports-gnome-4b0d9282547d9cf30b1e017bfb115589e255f6f0.tar.gz freebsd-ports-gnome-4b0d9282547d9cf30b1e017bfb115589e255f6f0.tar.zst freebsd-ports-gnome-4b0d9282547d9cf30b1e017bfb115589e255f6f0.zip |
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.
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index db1c03d7fbb5..c6ceaaa1c35e 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -53,7 +53,7 @@ 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' + # in the following format: MAVEN_OPTS='-Xmx1792m' MVN_SETTINGS+= --offline ECLIPSE_WS= gtk ECLIPSE_ARCH= x86${ARCH:C/^i.86//:C/^amd/_/} |