diff options
author | Alexander Vereeken <Alexander88207@protonmail.com> | 2021-09-18 21:49:54 +0000 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2021-09-18 21:49:54 +0000 |
commit | c028b4e0393018bfa8a145d1401735b3e825e1e8 (patch) | |
tree | 93792d09629929c006a2573450c99102de5998f5 /x11-themes/flatery-icon-themes/Makefile | |
parent | 17218fbbe7992e766373e403fc91b8a6eaa8468f (diff) | |
download | ports-c028b4e0393018bfa8a145d1401735b3e825e1e8.tar.gz ports-c028b4e0393018bfa8a145d1401735b3e825e1e8.zip |
x11-themes/flatery-icon-themes: Update to 2021-09-08
PR: 258583
Diffstat (limited to 'x11-themes/flatery-icon-themes/Makefile')
-rw-r--r-- | x11-themes/flatery-icon-themes/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/flatery-icon-themes/Makefile b/x11-themes/flatery-icon-themes/Makefile index 388c329a5917..f8734d5d3c3c 100644 --- a/x11-themes/flatery-icon-themes/Makefile +++ b/x11-themes/flatery-icon-themes/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Vereeken <Alexander88207@protonmail.com> PORTNAME= flatery-icon-themes -DISTVERSION= 2021-02-27 +DISTVERSION= 2021-09-08 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com @@ -13,13 +13,14 @@ USE_GITHUB= yes GH_ACCOUNT= cbrnix GH_PROJECT= Flatery -GH_TAGNAME= 83cb603 +GH_TAGNAME= d96f58c NO_ARCH= yes NO_BUILD= yes post-patch: ${RM} ${WRKSRC}/.directory \ ${WRKSRC}/README.md \ + ${WRKSRC}/install.sh \ ${WRKSRC}/cover.png do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons |