Date: Sat, 21 Jun 2014 15:28:09 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358709 - head/java/eclipse-sysdeo-tomcat Message-ID: <201406211528.s5LFS9TJ039750@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jun 21 15:28:09 2014 New Revision: 358709 URL: http://svnweb.freebsd.org/changeset/ports/358709 QAT: https://qat.redports.org/buildarchive/r358709/ Log: Unbreak Reported by: pkg-fallout Modified: head/java/eclipse-sysdeo-tomcat/Makefile Modified: head/java/eclipse-sysdeo-tomcat/Makefile ============================================================================== --- head/java/eclipse-sysdeo-tomcat/Makefile Sat Jun 21 15:16:12 2014 (r358708) +++ head/java/eclipse-sysdeo-tomcat/Makefile Sat Jun 21 15:28:09 2014 (r358709) @@ -21,7 +21,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes do-install: - @${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins @${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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406211528.s5LFS9TJ039750>