diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-01 15:20:45 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-01 15:20:45 +0000 |
commit | e993d8771fbdff37fd84b110bd717f49910eca85 (patch) | |
tree | d78aa6c08f7e8c00dcf6b3c096ffe93fdc3a05d4 /x11-themes | |
parent | 3bcf54b98a9c32d53775ceb7acf85b9db6ea2b53 (diff) |
Stagify.
Approved by: portmgr@ (blanket approval)
Notes
Notes:
svn path=/head/; revision=360034
Diffstat (limited to 'x11-themes')
-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;) |