diff options
Diffstat (limited to 'x11-themes/materia-gtk-theme/Makefile')
-rw-r--r-- | x11-themes/materia-gtk-theme/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/x11-themes/materia-gtk-theme/Makefile b/x11-themes/materia-gtk-theme/Makefile index 54ba29065a52..da4b27614d09 100644 --- a/x11-themes/materia-gtk-theme/Makefile +++ b/x11-themes/materia-gtk-theme/Makefile @@ -2,7 +2,7 @@ PORTNAME= materia-gtk-theme DISTVERSIONPREFIX= v -DISTVERSION= 20200916 +DISTVERSION= 20210322 CATEGORIES= x11-themes MAINTAINER= tagattie@FreeBSD.org @@ -24,7 +24,7 @@ GH_PROJECT= materia-theme NO_ARCH= yes -PORTDOCS= COPYING README.md +PORTDOCS= CHANGELOG.md INSTALL_GDM_THEME.md README.md OPTIONS_DEFINE= DOCS GNOMESHELL OPTIONS_DEFAULT= GNOMESHELL @@ -37,20 +37,14 @@ OPTIONS_SUB= yes # to get the theme. GNOMESHELL_DESC= Add Gnome-Shell theme version GNOMESHELL_BUILD_DEPENDS= gnome-shell:x11/gnome-shell -GNOMESHELL_PORTDOCS= gnome-shell.README.md - -post-extract: - @${CP} ${WRKSRC}/src/gnome-shell/README.md \ - ${WRKSRC}/gnome-shell.README.md post-install: @${RM} ${STAGEDIR}${PREFIX}/share/themes/*/COPYING - @${RM} ${STAGEDIR}${PREFIX}/share/themes/*/gnome-shell/README.md + @${RM} ${STAGEDIR}${PREFIX}/share/themes/*/INSTALL_GDM_THEME.md post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && \ - ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-GNOMESHELL-off: @${RM} -R ${STAGEDIR}${PREFIX}/share/themes/*/gnome-shell |