diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-06 19:26:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-06 19:26:25 +0000 |
commit | 54c2dcabb2a19680c5e57a8cf268cbd43d52dad7 (patch) | |
tree | 8b899139bafcbf76fe2145c0b9c9dbcfaca3816c /x11-themes | |
parent | 78a0e7cd5b977072e50bc3ea07831aec25ac91fe (diff) | |
download | ports-54c2dcabb2a19680c5e57a8cf268cbd43d52dad7.tar.gz ports-54c2dcabb2a19680c5e57a8cf268cbd43d52dad7.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-lila-theme/Makefile | 5 |
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> |