svn commit: r358709 - head/java/eclipse-sysdeo-tomcat

Antoine Brodin antoine at FreeBSD.org
Sat Jun 21 15:28:09 UTC 2014


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}


More information about the svn-ports-head mailing list