1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-02-16 15:12:38 +00:00
parent 4ae623144c
commit 176ea263db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344583

View File

@ -25,12 +25,11 @@ JAVA_VERSION= 1.6+
PLIST_FILES= share/eclipse/dropins/${DISTNAME}${EXTRACT_SUFX}
NO_STAGE= yes
post-extract:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse/plugins
@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${PREFIX}/share/eclipse/dropins
@${MKDIR} ${STAGEDIR}${PREFIX}/share/eclipse/dropins
@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${PREFIX}/share/eclipse/dropins
.include <bsd.port.mk>