From 25babc8b50f39d95c66c5bac952d53f9c2b338b8 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 16 Feb 2014 13:07:16 +0000 Subject: [PATCH] Stage support --- java/eclipse-EPIC/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/java/eclipse-EPIC/Makefile b/java/eclipse-EPIC/Makefile index aba8d566cb59..234895f2252c 100644 --- a/java/eclipse-EPIC/Makefile +++ b/java/eclipse-EPIC/Makefile @@ -28,7 +28,6 @@ EPICFILES= features/org.epic.feature.main_${PORTVERSION} \ plugins/org.epic.regexp_0.6.1 \ plugins/org.epic.source_${PORTVERSION} -NO_STAGE= yes post-extract: .for file in ${EPICFILES} cd ${WRKSRC} \ @@ -37,12 +36,7 @@ post-extract: .endfor do-install: -.for file in ${EPICFILES} - cd ${WRKSRC} \ - && ${MKDIR} ${ECLIPSE}/${file} \ - && ${FIND} ${file} -type d -exec ${MKDIR} ${ECLIPSE}/{} \; \ - && ${FIND} ${file} -type f -exec ${INSTALL_DATA} {} ${ECLIPSE}/{} \; -.endfor + cd ${WRKSRC} && ${COPYTREE_SHARE} "${EPICFILES}" ${STAGEDIR}${ECLIPSE} post-install: .for file in ${EPICFILES}