mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
3400b2d230
commit
f6f74eefb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358079
@ -28,7 +28,6 @@ PLIST_VER= ${PORTVERSION}.200910091456PRD
|
||||
PLIST_SUB= VER=${PLIST_VER} \
|
||||
ECLIPSE=${ECLIPSE}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
.for _task in ${PATCH_TASKS}
|
||||
@${FIND} ${WRKDIR} -name build.xml -exec ${REINPLACE_CMD} -E \
|
||||
@ -49,8 +48,8 @@ do-build:
|
||||
|
||||
do-install:
|
||||
.for _path in ${PLUGIN_PATHS}
|
||||
@${MKDIR} ${PREFIX}/${ECLIPSE}/${_path}
|
||||
@${CP} -r ${WRKSRC}/${_path}/* ${PREFIX}/${ECLIPSE}/${_path}/
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${ECLIPSE}/${_path}
|
||||
@${CP} -r ${WRKSRC}/${_path}/* ${STAGEDIR}${PREFIX}/${ECLIPSE}/${_path}/
|
||||
.endfor
|
||||
|
||||
plist: build
|
||||
@ -70,7 +69,4 @@ plist: build
|
||||
.endfor
|
||||
@${ECHO} "@dirrmtry ${ECLIPSE}" >> ${PLIST}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user