diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-07-01 23:20:45 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-07-01 23:20:45 +0800 |
commit | 37ef395a99750b86c344e330408630eeafdb3ada (patch) | |
tree | d78aa6c08f7e8c00dcf6b3c096ffe93fdc3a05d4 /x11-themes/gtk-murrina-fancy-clearlooks/Makefile | |
parent | afa5cb9490c2a3941b882133ba0a2942c30158f5 (diff) | |
download | freebsd-ports-gnome-37ef395a99750b86c344e330408630eeafdb3ada.tar.gz freebsd-ports-gnome-37ef395a99750b86c344e330408630eeafdb3ada.tar.zst freebsd-ports-gnome-37ef395a99750b86c344e330408630eeafdb3ada.zip |
Stagify.
Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'x11-themes/gtk-murrina-fancy-clearlooks/Makefile')
-rw-r--r-- | x11-themes/gtk-murrina-fancy-clearlooks/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/gtk-murrina-fancy-clearlooks/Makefile b/x11-themes/gtk-murrina-fancy-clearlooks/Makefile index 86a0b2b1ca31..fbb82683b5b3 100644 --- a/x11-themes/gtk-murrina-fancy-clearlooks/Makefile +++ b/x11-themes/gtk-murrina-fancy-clearlooks/Makefile @@ -18,12 +18,11 @@ WRKSRC= ${WRKDIR}/MurrinaFancyClearlooks USE_GNOME= gtk20 NO_BUILD= yes -NO_STAGE= yes do-install: @(cd ${WRKSRC} && for theme in *; do \ - ${MKDIR} ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/$$theme/gtk-2.0; \ cd ${WRKSRC}/$$theme/gtk-2.0/ && for file in *; do\ - ${INSTALL_DATA} ${WRKSRC}/$$theme/gtk-2.0/$$file ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \ + ${INSTALL_DATA} ${WRKSRC}/$$theme/gtk-2.0/$$file ${STAGEDIR}${PREFIX}/share/themes/$$theme/gtk-2.0; \ done\ done;) |