diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-06 17:42:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-06 17:42:09 +0000 |
commit | 3c8b75de382f65c8949f7b286e560a2a2d473c19 (patch) | |
tree | c590c023ad4e87a8fc4f604e9f830da68fcb7382 /x11-themes/clearlooks-metacity | |
parent | fb83d6ffa3c118ab5f2b981cad8a2e340ca8268e (diff) | |
download | ports-3c8b75de382f65c8949f7b286e560a2a2d473c19.tar.gz ports-3c8b75de382f65c8949f7b286e560a2a2d473c19.zip |
Notes
Diffstat (limited to 'x11-themes/clearlooks-metacity')
-rw-r--r-- | x11-themes/clearlooks-metacity/Makefile | 5 |
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> |