aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse-uml
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-07-14 05:33:21 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-07-14 05:33:21 +0000
commit11ac6ec8a5609372d8e9f29e2c6c19eeddc4b983 (patch)
tree4a28a6fbdb384763f59ce0fb53f08ce732924562 /java/eclipse-uml
parent8f3d35ec142e2efddf9563d317e6f2d09ef16ec4 (diff)
Notes
Diffstat (limited to 'java/eclipse-uml')
-rw-r--r--java/eclipse-uml/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/java/eclipse-uml/Makefile b/java/eclipse-uml/Makefile
index c847077c1e83..134fc828ec74 100644
--- a/java/eclipse-uml/Makefile
+++ b/java/eclipse-uml/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= freebsd-eclipse@FreeBSD.org
COMMENT= A framework creating UML diagrams in Eclipse
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
- ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf
+ ${LOCALBASE}/lib/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf
NO_BUILD= yes
NO_WRKSUBDIR= yes
@@ -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>