mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- Add staging support.
- Do not mute install commands.
This commit is contained in:
parent
8a2667f586
commit
102342c579
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333244
@ -12,7 +12,6 @@ COMMENT= Archive management tool 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
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= yes
|
||||
|
||||
@ -26,8 +25,7 @@ pre-install:
|
||||
@${FIND} ${WRKSRC} -name *.bak -delete
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/apps
|
||||
@${CP} -r ${WRKSRC}/Archive ${PREFIX}/apps/
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/Archive
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/apps
|
||||
${CP} -r ${WRKSRC}/Archive ${STAGEDIR}${PREFIX}/apps/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user