diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2010-08-01 01:55:53 +0800 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2010-08-01 01:55:53 +0800 |
commit | 0e7f89466c026a8f83da5a18f23018dc85f9c3ff (patch) | |
tree | 540e9c9d652ac99f980fa8a972b36095b739e136 | |
parent | e3bbcbf47462c9b3705c77bb5a7ca4e599a879d1 (diff) | |
download | freebsd-ports-gnome-0e7f89466c026a8f83da5a18f23018dc85f9c3ff.tar.gz freebsd-ports-gnome-0e7f89466c026a8f83da5a18f23018dc85f9c3ff.tar.zst freebsd-ports-gnome-0e7f89466c026a8f83da5a18f23018dc85f9c3ff.zip |
. Update the installation path for the new version of eclipse.
PR: 148615
Approved by: maintainer timeout
-rw-r--r-- | java/eclipse-EPIC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-EPIC/Makefile b/java/eclipse-EPIC/Makefile index 5280a343da96..cc50d0e80dba 100644 --- a/java/eclipse-EPIC/Makefile +++ b/java/eclipse-EPIC/Makefile @@ -23,7 +23,7 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/${EPIC} EPIC= org.epic.updatesite -ECLIPSE= ${PREFIX}/eclipse +ECLIPSE= ${PREFIX}/lib/eclipse EPICFILES= features/org.epic.feature.main_${PORTVERSION} \ plugins/org.epic.debug_0.6.27 \ plugins/org.epic.doc_0.6.2 \ |