Date: Tue, 17 Jun 2014 10:12:58 +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: r358090 - head/java/eclipse-sysdeo-tomcat Message-ID: <201406171012.s5HACw6k091472@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Jun 17 10:12:58 2014 New Revision: 358090 URL: http://svnweb.freebsd.org/changeset/ports/358090 QAT: https://qat.redports.org/buildarchive/r358090/ Log: Stagify. Modified: head/java/eclipse-sysdeo-tomcat/Makefile Modified: head/java/eclipse-sysdeo-tomcat/Makefile ============================================================================== --- head/java/eclipse-sysdeo-tomcat/Makefile Tue Jun 17 10:10:38 2014 (r358089) +++ head/java/eclipse-sysdeo-tomcat/Makefile Tue Jun 17 10:12:58 2014 (r358090) @@ -20,13 +20,12 @@ USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes -NO_STAGE= yes do-install: - @${MKDIR} -p ${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/lib/eclipse/plugins - @(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \ - | ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST} - @(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \ - | ${SED} -ne 's,^,@dirrm lib/eclipse/plugins/,p' >> ${TMPPLIST} + @${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse + @${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins + @(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \ + | ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST} + @(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \ + | ${SED} -ne 's,^,@dirrm lib/eclipse/plugins/,p' >> ${TMPPLIST} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406171012.s5HACw6k091472>