aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-16 21:07:16 +0800
committerantoine <antoine@FreeBSD.org>2014-02-16 21:07:16 +0800
commit852b3dc7deb755c734a8458cff94ae7f8b3231f7 (patch)
tree8b2f751135e6d4ab6358d2f1b7d94219447fb49a /java
parent05e61d8d00fda5709df40884381475ca8e99abb3 (diff)
downloadfreebsd-ports-gnome-852b3dc7deb755c734a8458cff94ae7f8b3231f7.tar.gz
freebsd-ports-gnome-852b3dc7deb755c734a8458cff94ae7f8b3231f7.tar.zst
freebsd-ports-gnome-852b3dc7deb755c734a8458cff94ae7f8b3231f7.zip
Stage support
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-EPIC/Makefile8
1 files changed, 1 insertions, 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}