1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
This commit is contained in:
Vanilla I. Shu 2014-07-09 04:45:29 +00:00
parent 769445f1f0
commit 4e43a216ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361331

View File

@ -41,9 +41,6 @@ SUBCLIPSEFILES= features/${SUBCLIPSE}_${PORTVERSION} \
plugins/com.sun.jna_3.0.9 \
plugins/org.tmatesoft.svnkit_1.3.0.5847
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-extract:
.for f in ${SUBCLIPSEFILES}
cd ${WRKSRC} \
@ -54,9 +51,9 @@ post-extract:
do-install:
.for f in ${SUBCLIPSEFILES}
@cd ${WRKSRC} \
&& ${MKDIR} ${ECLIPSE}/${f} \
&& ${FIND} ${f} -type d -exec ${MKDIR} ${ECLIPSE}/{} \; \
&& ${FIND} ${f} -type f -exec ${INSTALL_DATA} {} ${ECLIPSE}/{} \;
&& ${MKDIR} ${STAGEDIR}${ECLIPSE}/${f} \
&& ${FIND} ${f} -type d -exec ${MKDIR} ${STAGEDIR}${ECLIPSE}/{} \; \
&& ${FIND} ${f} -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${ECLIPSE}/{} \;
.endfor
post-install:
@ -67,4 +64,4 @@ post-install:
| ${SED} -ne 's,^${WRKSRC},@dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
.endfor
.include <bsd.port.post.mk>
.include <bsd.port.mk>