aboutsummaryrefslogtreecommitdiffstats
path: root/net/matterbridge/Makefile
diff options
context:
space:
mode:
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>