summaryrefslogtreecommitdiff
path: root/x11-themes/flatery-icon-themes/Makefile
diff options
context:
space:
mode:
authorAlexander Vereeken <Alexander88207@protonmail.com>2022-03-10 09:45:24 -0800
committerNeel Chauhan <nc@FreeBSD.org>2022-03-10 09:45:24 -0800
commitd80598b581fba437a25641933aa596827c24297a (patch)
treec59a6603299589a25f5da56c461aa3e93ebf9d3d /x11-themes/flatery-icon-themes/Makefile
parentx11-themes/gtk-arc-themes: Update to 20220223 (diff)
x11-themes/flatery-icon-themes: Update to 2022-01-17
PR: 262454
Diffstat (limited to 'x11-themes/flatery-icon-themes/Makefile')
-rw-r--r--x11-themes/flatery-icon-themes/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-themes/flatery-icon-themes/Makefile b/x11-themes/flatery-icon-themes/Makefile
index f8734d5d3c3c..5d96e94564c2 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-09-08
+DISTVERSION= 2022-01-17
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com
@@ -13,17 +13,12 @@ USE_GITHUB= yes
GH_ACCOUNT= cbrnix
GH_PROJECT= Flatery
-GH_TAGNAME= d96f58c
+GH_TAGNAME= 59ebcf4cb7a68
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
- ${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/icons
+ ${CP} -R ${WRKSRC}/Flatery* ${STAGEDIR}${PREFIX}/share/icons
.include <bsd.port.mk>