svn commit: r358089 - head/java/eclipse-lomboz
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jun 17 10:10:39 UTC 2014
Author: vanilla
Date: Tue Jun 17 10:10:38 2014
New Revision: 358089
URL: http://svnweb.freebsd.org/changeset/ports/358089
QAT: https://qat.redports.org/buildarchive/r358089/
Log:
Stagify.
Modified:
head/java/eclipse-lomboz/Makefile
Modified: head/java/eclipse-lomboz/Makefile
==============================================================================
--- head/java/eclipse-lomboz/Makefile Tue Jun 17 10:06:38 2014 (r358088)
+++ head/java/eclipse-lomboz/Makefile Tue Jun 17 10:10:38 2014 (r358089)
@@ -26,14 +26,13 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
-NO_STAGE= yes
do-install:
- @${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,^, at dirrm lib/,p' >> ${TMPPLIST}
+ @${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,^, at dirrm lib/,p' >> ${TMPPLIST}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list