Skip to content

Commit

Permalink
fix offline repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonblade committed Jun 24, 2022
1 parent a60a2a1 commit 3b26b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-eclipse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ DESKTOP_ENTRIES="Eclipse" \
SUB_FILES= ${PORTNAME}

MAVEN_ENV= MAVEN_OPTS=-Xmx1024m CC=${CC} JAVA_HOME=${JAVA_HOME} HOME=${WRKDIR}/githome
MAVEN_ECLIPSE= -Dmaven.repo.local=${WRKDIR}/${GH_PROJECT}-${PORTVERSION} \
MAVEN_ECLIPSE= -Dmaven.repo.local=${WRKDIR}/eclipse-maven-repo-${PORTVERSION} \
-Dnative=gtk.freebsd.${ARCH} \
-DforceContextQualifier=v${ECLIPSE_TSTAMP}

Expand Down

0 comments on commit 3b26b4f

Please sign in to comment.