Date: Fri, 7 Feb 2014 13:46:44 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343245 - head/x11-themes/cursor-dmz-aa-theme Message-ID: <201402071346.s17DkiP4037042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Feb 7 13:46:44 2014 New Revision: 343245 URL: http://svnweb.freebsd.org/changeset/ports/343245 QAT: https://qat.redports.org/buildarchive/r343245/ Log: Support staging. Modified: head/x11-themes/cursor-dmz-aa-theme/Makefile Modified: head/x11-themes/cursor-dmz-aa-theme/Makefile ============================================================================== --- head/x11-themes/cursor-dmz-aa-theme/Makefile Fri Feb 7 13:45:49 2014 (r343244) +++ head/x11-themes/cursor-dmz-aa-theme/Makefile Fri Feb 7 13:46:44 2014 (r343245) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402071346.s17DkiP4037042>