diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2010-07-31 17:53:10 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2010-07-31 17:53:10 +0000 |
commit | d6977733b11d5553c03d4aadb4dbbfa9b4111114 (patch) | |
tree | db355ba61ee5f8cdf95fba2b7585ec721016ff3d /devel/subclipse | |
parent | f5348b980aabde313e3ca55a6320f85ccc6ee422 (diff) |
. Update the installation path for the new version of eclipse.
PR: 148612
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=258535
Diffstat (limited to 'devel/subclipse')
-rw-r--r-- | devel/subclipse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/subclipse/Makefile b/devel/subclipse/Makefile index 6a374c616717..dbb42fd8b442 100644 --- a/devel/subclipse/Makefile +++ b/devel/subclipse/Makefile @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR} NO_BUILD= yes USE_ZIP= yes -ECLIPSE= ${PREFIX}/eclipse +ECLIPSE= ${PREFIX}/lib/eclipse SUBCLIPSE= org.tigris.subversion.subclipse SUBCLIPSEFILES= features/${SUBCLIPSE}_${PORTVERSION} \ features/${SUBCLIPSE}.graph.feature_1.0.7 \ |