diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-08 16:28:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-08 16:28:37 +0000 |
commit | 88f006f3ccff105174a04644012e4ad5ea8c939b (patch) | |
tree | 8b8253074d12c88047d76077025c14c258554b69 /x11 | |
parent | eaa585402ac0e730d56834af52fba113d311e651 (diff) | |
download | ports-88f006f3ccff105174a04644012e4ad5ea8c939b.tar.gz ports-88f006f3ccff105174a04644012e4ad5ea8c939b.zip |
Notes
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> |