From 3b26b4fbacad5ba192d06df0234cc28884209484 Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Fri, 24 Jun 2022 15:10:33 +1200 Subject: [PATCH] fix offline repo location --- java-eclipse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-eclipse/Makefile b/java-eclipse/Makefile index 64f574517..d3f49409e 100644 --- a/java-eclipse/Makefile +++ b/java-eclipse/Makefile @@ -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}