Date: Tue, 17 Jun 2014 12:02:34 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358099 - head/java/eclipse-shelled Message-ID: <201406171202.s5HC2Yll041910@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Jun 17 12:02:34 2014 New Revision: 358099 URL: http://svnweb.freebsd.org/changeset/ports/358099 QAT: https://qat.redports.org/buildarchive/r358099/ Log: Stagify. Approved by: portmgr@ Modified: head/java/eclipse-shelled/Makefile Modified: head/java/eclipse-shelled/Makefile ============================================================================== --- head/java/eclipse-shelled/Makefile Tue Jun 17 11:55:18 2014 (r358098) +++ head/java/eclipse-shelled/Makefile Tue Jun 17 12:02:34 2014 (r358099) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406171202.s5HC2Yll041910>