1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add staging support.

- Do not mute install commands.
This commit is contained in:
Jimmy Olgeni 2013-11-08 16:19:49 +00:00
parent 8a2667f586
commit 102342c579
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333244

View File

@ -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>