diff options
author | gblach <gblach@FreeBSD.org> | 2013-09-29 17:58:16 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-09-29 17:58:16 +0800 |
commit | 180d9e5103786c865afb46845e71c34a1397bc41 (patch) | |
tree | 0001dee4141e98476e9f796bb0425e1e5677fbf7 /x11-themes | |
parent | ea268b04db90709985d420a12618e4cad051d7fe (diff) | |
download | freebsd-ports-gnome-180d9e5103786c865afb46845e71c34a1397bc41.tar.gz freebsd-ports-gnome-180d9e5103786c865afb46845e71c34a1397bc41.tar.zst freebsd-ports-gnome-180d9e5103786c865afb46845e71c34a1397bc41.zip |
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/cursor-neutral-white-theme/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/cursor-neutral-white-theme/Makefile b/x11-themes/cursor-neutral-white-theme/Makefile index 160b5e0531e5..62ef1d1a3e7c 100644 --- a/x11-themes/cursor-neutral-white-theme/Makefile +++ b/x11-themes/cursor-neutral-white-theme/Makefile @@ -15,10 +15,9 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/Neutral++_White -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/lib/X11/icons/Neutral++_White/cursors - cd ${WRKSRC}/cursors \ - && ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/Neutral++_White/cursors + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors + cd ${WRKSRC}/cursors && ${INSTALL_DATA} * \ + ${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors .include <bsd.port.mk> |