aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/hommabot/Makefile
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-07-27 15:19:53 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-07-27 15:19:53 +0300
commit4d99b771fe229ae6c361dbd06b7a20c8866b406a (patch)
tree8dc1504577d6109ecdb8f9cdb6f53c8c13a4c5f4 /net-im/hommabot/Makefile
parent8f7ff64c86236e437ba17dd55f3977a30bd45adb (diff)
net-im/hommabot: add distinfo, refactor
Diffstat (limited to 'net-im/hommabot/Makefile')
-rw-r--r--net-im/hommabot/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/hommabot/Makefile b/net-im/hommabot/Makefile
index a591e73..57ef247 100644
--- a/net-im/hommabot/Makefile
+++ b/net-im/hommabot/Makefile
@@ -1,5 +1,6 @@
PORTNAME= hommabot
DISTVERSION= 2.1.0
+PORTREVISION= 2
CATEGORIES= net-im
MAINTAINER= jan@jantuomi.fi
@@ -13,8 +14,6 @@ GH_ACCOUNT= jantuomi
GH_PROJECT= hommabot2
GH_TAGNAME= f7e272ab8726ed6a205b46d6723cc91aa9d63be1
-NO_CHECKSUM= yes
-
USES= python:build \
nodejs:24,build,run \
npm:npm,fetch,extract,build
@@ -46,8 +45,7 @@ do-install:
${STAGE_APPDIR}/
(cd ${WRKSRC} && \
${COPYTREE_SHARE} src ${STAGE_APPDIR})
- (cd ${WRKSRC} && \
- ${COPYTREE_SHARE} node_modules ${STAGE_APPDIR})
+ cd ${WRKSRC} && ${TAR} -cf - node_modules | ${TAR} -xf - -C ${STAGE_APPDIR}
post-install:
@(cd ${STAGEDIR}${PREFIX} && \