mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add staging support.
This commit is contained in:
parent
ef19ef51d9
commit
aaecb8878d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354932
@ -13,10 +13,9 @@ COMMENT= Text editor for the ROX desktop
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \
|
||||
${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib
|
||||
|
||||
USES= tar:bzip2
|
||||
USE_PYTHON= yes
|
||||
USE_BZIP2= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM}
|
||||
@${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf
|
||||
@ -31,8 +30,7 @@ pre-install:
|
||||
@${FIND} ${WRKSRC} -name *.bak | ${XARGS} ${RM}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/apps
|
||||
@${CP} -r ${WRKSRC}/Edit ${PREFIX}/apps/
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/Edit
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/apps
|
||||
${CP} -r ${WRKSRC}/Edit ${STAGEDIR}${PREFIX}/apps/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user