aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/clearlooks-metacity
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-06 17:42:09 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-06 17:42:09 +0000
commit3c8b75de382f65c8949f7b286e560a2a2d473c19 (patch)
treec590c023ad4e87a8fc4f604e9f830da68fcb7382 /x11-themes/clearlooks-metacity
parentfb83d6ffa3c118ab5f2b981cad8a2e340ca8268e (diff)
downloadports-3c8b75de382f65c8949f7b286e560a2a2d473c19.tar.gz
ports-3c8b75de382f65c8949f7b286e560a2a2d473c19.zip
Notes
Diffstat (limited to 'x11-themes/clearlooks-metacity')
-rw-r--r--x11-themes/clearlooks-metacity/Makefile5
1 files 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 <bsd.port.mk>