diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-16 21:07:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-16 21:07:16 +0800 |
commit | 852b3dc7deb755c734a8458cff94ae7f8b3231f7 (patch) | |
tree | 8b2f751135e6d4ab6358d2f1b7d94219447fb49a /java | |
parent | 05e61d8d00fda5709df40884381475ca8e99abb3 (diff) | |
download | freebsd-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/Makefile | 8 |
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} |