From 3c8b75de382f65c8949f7b286e560a2a2d473c19 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 6 Jan 2014 17:42:09 +0000 Subject: [PATCH] Stage support --- x11-themes/clearlooks-metacity/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-themes/clearlooks-metacity/Makefile b/x11-themes/clearlooks-metacity/Makefile index 3488320a4cb3..c28916e2bc05 100644 --- a/x11-themes/clearlooks-metacity/Makefile +++ b/x11-themes/clearlooks-metacity/Makefile @@ -24,9 +24,8 @@ PLIST_FILES= %%DATADIR%%/metacity-theme-1.xml PLIST_DIRS= %%DATADIR%% \ share/themes/Clearlooks -NO_STAGE= yes do-install: - ${MKDIR} ${PREFIX}/${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${PREFIX}/${DATADIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${STAGEDIR}${PREFIX}/${DATADIR} .include