aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-lila-theme
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-06 19:26:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-06 19:26:25 +0000
commit54c2dcabb2a19680c5e57a8cf268cbd43d52dad7 (patch)
tree8b899139bafcbf76fe2145c0b9c9dbcfaca3816c /x11-themes/gtk-lila-theme
parent78a0e7cd5b977072e50bc3ea07831aec25ac91fe (diff)
downloadports-54c2dcabb2a19680c5e57a8cf268cbd43d52dad7.tar.gz
ports-54c2dcabb2a19680c5e57a8cf268cbd43d52dad7.zip
Stage support
Notes
Notes: svn path=/head/; revision=338924
Diffstat (limited to 'x11-themes/gtk-lila-theme')
-rw-r--r--x11-themes/gtk-lila-theme/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/gtk-lila-theme/Makefile b/x11-themes/gtk-lila-theme/Makefile
index 2bfa8fb1ff22..1df89070c4b8 100644
--- a/x11-themes/gtk-lila-theme/Makefile
+++ b/x11-themes/gtk-lila-theme/Makefile
@@ -17,11 +17,10 @@ NO_BUILD= yes
USE_BZIP2= yes
USE_GNOME= gtk20
-NO_STAGE= yes
.SILENT:
do-install:
- ${MKDIR} ${PREFIX}/share/themes
- (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/share/themes)
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes)
.include <bsd.port.mk>