aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2013-11-09 00:19:49 +0800
committerolgeni <olgeni@FreeBSD.org>2013-11-09 00:19:49 +0800
commitf45bfa8e37dbe03fce04bfd06e73a835a45801d1 (patch)
treed728e4f73a0b161443c2ceb1c9f5220eeb237c2d /archivers
parent35be89234ea793c637eff20c3d33eb772830a17f (diff)
downloadfreebsd-ports-gnome-f45bfa8e37dbe03fce04bfd06e73a835a45801d1.tar.gz
freebsd-ports-gnome-f45bfa8e37dbe03fce04bfd06e73a835a45801d1.tar.zst
freebsd-ports-gnome-f45bfa8e37dbe03fce04bfd06e73a835a45801d1.zip
- Add staging support.
- Do not mute install commands.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rox-archive/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/rox-archive/Makefile b/archivers/rox-archive/Makefile
index d965ed2b2def..ee30b8954d18 100644
--- a/archivers/rox-archive/Makefile
+++ b/archivers/rox-archive/Makefile
@@ -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>