summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2013-08-20 02:01:23 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2013-08-20 02:01:23 +0000
commitbb22680a306d46e389d6427c99cb4e4770eddeba (patch)
treeb4607d96340d45b7b3ee80a0abe4a791c7f6a76d /java
parentMaintainer has relinquished these ports. (diff)
Move the destination of the patching into the work directory.
Pointed out by: swills
Notes
Notes: svn path=/head/; revision=325026
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/eclipse-devel/Makefile b/java/eclipse-devel/Makefile
index 3e72f9b716d7..09d64d9bacab 100644
--- a/java/eclipse-devel/Makefile
+++ b/java/eclipse-devel/Makefile
@@ -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}