mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
1 changed files with 2 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue