diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-01 15:25:56 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-01 15:25:56 +0000 |
commit | 7ba46417cf7baefc75d3de3a57c2b77baeaa57e7 (patch) | |
tree | 3e3165cda0e0d1ab875c55a1ccc3b9cdbd1878ba /x11-themes/gtk-murrine-themes | |
parent | 62eec6678ee18fa5869456a21c3fee937b6467dc (diff) | |
download | ports-7ba46417cf7baefc75d3de3a57c2b77baeaa57e7.tar.gz ports-7ba46417cf7baefc75d3de3a57c2b77baeaa57e7.zip |
Notes
Diffstat (limited to 'x11-themes/gtk-murrine-themes')
-rw-r--r-- | x11-themes/gtk-murrine-themes/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/gtk-murrine-themes/Makefile b/x11-themes/gtk-murrine-themes/Makefile index 63fac200501a..d849744ee2e0 100644 --- a/x11-themes/gtk-murrine-themes/Makefile +++ b/x11-themes/gtk-murrine-themes/Makefile @@ -17,13 +17,12 @@ RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PO GTKRC_DIR= ${DISTNAME}/gtk-2.0 USE_GNOME= gtk20 NO_BUILD= yes -USE_BZIP2= yes +USES= tar:bzip2 -NO_STAGE= yes do-install: @(for theme in MurrinaCandy MurrinaCappuccino MurrinaEalm MurrinaNeoGraphite; do \ - ${MKDIR} ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \ - ${INSTALL_DATA} ${WRKDIR}/$$theme/gtk-2.0/gtkrc ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/$$theme/gtk-2.0; \ + ${INSTALL_DATA} ${WRKDIR}/$$theme/gtk-2.0/gtkrc ${STAGEDIR}${PREFIX}/share/themes/$$theme/gtk-2.0; \ done); .include <bsd.port.mk> |