summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-07-31 17:51:08 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-07-31 17:51:08 +0000
commitf5348b980aabde313e3ca55a6320f85ccc6ee422 (patch)
tree9a07e0b84db9d5be9dcc321410f82eecbe229cfb /java
parentUpdate to 2.2.4.031 (TESTFLIGHT 031). (diff)
. Update the installation paths for the new version of eclipse
PR: 148668 Approved by: Sutra Zhou <zhoushuqun@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=258534
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-propedit/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/eclipse-propedit/Makefile b/java/eclipse-propedit/Makefile
index 551a6d204d4d..0cb51d10297e 100644
--- a/java/eclipse-propedit/Makefile
+++ b/java/eclipse-propedit/Makefile
@@ -28,12 +28,12 @@ JAVA_VERSION= 1.4+
JAVA_OS= native
do-install:
- @${MKDIR} ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
- @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) >> ${TMPPLIST}
+ @${MKDIR} ${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
+ @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
- | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
+ | ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST}
.include <bsd.port.mk>