svn commit: r325026 - head/java/eclipse-devel

George V. Neville-Neil gnn at FreeBSD.org
Tue Aug 20 02:01:24 UTC 2013


Author: gnn (src,doc committer)
Date: Tue Aug 20 02:01:23 2013
New Revision: 325026
URL: http://svnweb.freebsd.org/changeset/ports/325026

Log:
  Move the destination of the patching into the work directory.
  
  Pointed out by: swills

Modified:
  head/java/eclipse-devel/Makefile

Modified: head/java/eclipse-devel/Makefile
==============================================================================
--- head/java/eclipse-devel/Makefile	Tue Aug 20 01:08:17 2013	(r325025)
+++ head/java/eclipse-devel/Makefile	Tue Aug 20 02:01:23 2013	(r325026)
@@ -274,9 +274,9 @@ post-patch:
 .endif
 
 pre-build:
-	@${CP} ${BUILD_WRKSRC}/build/eclipse-4.2.0-I20120608-1400-src/plugins/org.eclipse.ui.workbench/Eclipse\ UI/org/eclipse/ui/internal/keys/model/BindingModel.java ${PATCHDIR}
-	@${PATCH} -d ${PATCHDIR} -E -p0 -i ${PATCHDIR}/BindingModel.java.patch
-	@${CP} ${PATCHDIR}/BindingModel.java ${BUILD_WRKSRC}/build/eclipse-4.2.0-I20120608-1400-src/plugins/org.eclipse.ui.workbench/Eclipse\ UI/org/eclipse/ui/internal/keys/model/BindingModel.java
+	@${CP} ${BUILD_WRKSRC}/build/eclipse-4.2.0-I20120608-1400-src/plugins/org.eclipse.ui.workbench/Eclipse\ UI/org/eclipse/ui/internal/keys/model/BindingModel.java ${BUILD_WRKSRC}
+	@${PATCH} -d ${BUILD_WRKSRC} -E -p0 -i ${PATCHDIR}/BindingModel.java.patch
+	@${CP} ${BUILD_WRKSRC}/BindingModel.java ${BUILD_WRKSRC}/build/eclipse-4.2.0-I20120608-1400-src/plugins/org.eclipse.ui.workbench/Eclipse\ UI/org/eclipse/ui/internal/keys/model/BindingModel.java
 
 do-install:
 	@${RM} -rf ${PORTDESTDIR}


More information about the svn-ports-head mailing list