diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-07 13:46:44 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-07 13:46:44 +0000 |
commit | d91ae6bfd6cd83a24f73a160b1d0ffc5a39c2328 (patch) | |
tree | f769d9e0f7c86b0f1b50aeadf7f0c6647cdfd179 /x11-themes | |
parent | ee3125b03810f14d0d887b1210780e63d99748a3 (diff) | |
download | ports-d91ae6bfd6cd83a24f73a160b1d0ffc5a39c2328.tar.gz ports-d91ae6bfd6cd83a24f73a160b1d0ffc5a39c2328.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/cursor-dmz-aa-theme/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/cursor-dmz-aa-theme/Makefile b/x11-themes/cursor-dmz-aa-theme/Makefile index 0157c1921af2..e7c691e4becf 100644 --- a/x11-themes/cursor-dmz-aa-theme/Makefile +++ b/x11-themes/cursor-dmz-aa-theme/Makefile @@ -15,10 +15,9 @@ NO_BUILD= yes WRKSRC= ${WRKDIR} -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors cd ${WRKSRC}/Vanilla-DMZ-AA/cursors \ - && ${FIND} * | ${CPIO} -pdmu ${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors + && ${FIND} * | ${CPIO} -pdmu ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors .include <bsd.port.mk> |