aboutsummaryrefslogtreecommitdiffstats
path: root/net/matterbridge/Makefile
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-06 16:13:32 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-06 16:13:32 +0300
commitf7ab51fefec44960929d4d5ee275beb250971092 (patch)
tree46d88ac2f9ee322ec3ebc2468425ebe18f3220ab /net/matterbridge/Makefile
parent2e5c77dedef64774b047d9e1e0a3480601e803aa (diff)
downloadports-main.tar.gz
ports-main.zip
net/matterbridge: fix readmeHEADmain
Diffstat (limited to 'net/matterbridge/Makefile')
-rw-r--r--net/matterbridge/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/matterbridge/Makefile b/net/matterbridge/Makefile
index 125aa45..7a7696b 100644
--- a/net/matterbridge/Makefile
+++ b/net/matterbridge/Makefile
@@ -1,7 +1,7 @@
COMMENT = bridge between multiple chat platforms
VERSION = 1.26.0
-REVISION = 0
+REVISION = 1
DISTNAME = matterbridge-${VERSION}
@@ -21,7 +21,8 @@ PERMIT_PACKAGE = Yes
WANTLIB += c pthread
MODULES = lang/go
-MODGO_FLAGS = -tags nomsteams # don't need to build that cr..., ahem, big thing
+# don't need to build that cr..., ahem, big thing
+MODGO_FLAGS = -tags nomsteams
ALL_TARGET = github.com/42wim/matterbridge
@@ -29,7 +30,8 @@ do-install:
${MODGO_INSTALL_TARGET}
${INSTALL_DATA_DIR} ${PREFIX}/share/matterbridge
.for _c in sample simple
- cp -Rp ${WRKSRC}/matterbridge.toml.${_c} ${PREFIX}/share/matterbridge/matterbridge-${_c}.toml
+ cp -Rp ${WRKSRC}/matterbridge.toml.${_c} \
+ ${PREFIX}/share/matterbridge/matterbridge-${_c}.toml
.endfor
.include <bsd.port.mk>