summaryrefslogtreecommitdiff
path: root/java/eclipse-shelled/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-17 12:02:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-17 12:02:34 +0000
commit5d6545d27c604bd78f06febd4784c53608cafa94 (patch)
treecd4006f5a58fe5d11c7fc54a8a2f507ada372c07 /java/eclipse-shelled/Makefile
parent- Update to 2.38 (diff)
Stagify.
Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=358099
Diffstat (limited to 'java/eclipse-shelled/Makefile')
-rw-r--r--java/eclipse-shelled/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/java/eclipse-shelled/Makefile b/java/eclipse-shelled/Makefile
index e619829d584e..9a48bde7ca48 100644
--- a/java/eclipse-shelled/Makefile
+++ b/java/eclipse-shelled/Makefile
@@ -22,18 +22,17 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
-NO_STAGE= yes
do-install:
@${MKDIR} ${WRKSRC}/eclipse
@${MV} ${WRKSRC}/plugins ${WRKSRC}/eclipse/plugins
@${MV} ${WRKSRC}/features ${WRKSRC}/eclipse/features
- @${MKDIR} ${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${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 lib/,p' >> ${TMPPLIST}
+ | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
+ | ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST}
@${MV} ${WRKSRC}/eclipse/plugins ${WRKSRC}/plugins
@${MV} ${WRKSRC}/eclipse/features ${WRKSRC}/features
@${RM} -rf ${WRKSRC}/eclipse