From fda1d2e5f1dce58a5fa6adc6e652410779e8f5fc Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 21 Jun 2014 15:28:09 +0000 Subject: [PATCH] Unbreak Reported by: pkg-fallout --- java/eclipse-sysdeo-tomcat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/eclipse-sysdeo-tomcat/Makefile b/java/eclipse-sysdeo-tomcat/Makefile index 1004c60b773e..aa4e24d93c77 100644 --- a/java/eclipse-sysdeo-tomcat/Makefile +++ b/java/eclipse-sysdeo-tomcat/Makefile @@ -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}