diff options
author | olgeni <olgeni@FreeBSD.org> | 2013-11-09 00:28:37 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2013-11-09 00:28:37 +0800 |
commit | af7891201a5698b89283fe6eface5f947dae0adc (patch) | |
tree | 8b8253074d12c88047d76077025c14c258554b69 /x11 | |
parent | 073c888c7f1deabf48fef4ab4f96b6d254cc314d (diff) | |
download | freebsd-ports-gnome-af7891201a5698b89283fe6eface5f947dae0adc.tar.gz freebsd-ports-gnome-af7891201a5698b89283fe6eface5f947dae0adc.tar.zst freebsd-ports-gnome-af7891201a5698b89283fe6eface5f947dae0adc.zip |
- Add staging support.
- Do not mute install commands.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rox-wallpaper/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/rox-wallpaper/Makefile b/x11/rox-wallpaper/Makefile index ac934df8c1ab..0e004d67d6e2 100644 --- a/x11/rox-wallpaper/Makefile +++ b/x11/rox-wallpaper/Makefile @@ -17,14 +17,12 @@ USE_PYTHON= yes WRKSRC= ${WRKDIR}/Wallpaper -NO_STAGE= yes do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} @${PYTHON_CMD} -O -m compileall ${WRKSRC} do-install: - @${MKDIR} ${PREFIX}/apps - @${CP} -r ${WRKSRC} ${PREFIX}/apps/Wallpaper - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/Wallpaper + @${MKDIR} ${STAGEDIR}${PREFIX}/apps + ${CP} -r ${WRKSRC} ${STAGEDIR}${PREFIX}/apps/Wallpaper .include <bsd.port.mk> |