aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-envy-theme
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-06 19:04:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-06 19:04:06 +0000
commitbc37277920e3f6c680ac6d96a7d3fc9280546190 (patch)
tree2f0b473dc2d77322ff9609172c83f1346ec5e376 /x11-themes/gtk-envy-theme
parentdb1965a26a8af54aeaf12ad9b5f289c96a0d486c (diff)
downloadports-bc37277920e3f6c680ac6d96a7d3fc9280546190.tar.gz
ports-bc37277920e3f6c680ac6d96a7d3fc9280546190.zip
Notes
Diffstat (limited to 'x11-themes/gtk-envy-theme')
-rw-r--r--x11-themes/gtk-envy-theme/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/gtk-envy-theme/Makefile b/x11-themes/gtk-envy-theme/Makefile
index 60914f97bb02..ade214d7108f 100644
--- a/x11-themes/gtk-envy-theme/Makefile
+++ b/x11-themes/gtk-envy-theme/Makefile
@@ -20,12 +20,11 @@ USE_GNOME= gtk20
SNAPSHOT= 20060211
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/share/themes/Envy
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Envy
${INSTALL_DATA} ${FILESDIR}/index.theme.in \
- ${PREFIX}/share/themes/Envy/index.theme
+ ${STAGEDIR}${PREFIX}/share/themes/Envy/index.theme
@(cd ${WRKSRC}/Envy \
- && ${COPYTREE_SHARE} . ${PREFIX}/share/themes/Envy)
+ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes/Envy)
.include <bsd.port.mk>