net/matterbridge: fix readme
la-ninpre aaoth@aaoth.xyz
Sat, 06 May 2023 16:13:32 +0300
2 files changed,
7 insertions(+),
4 deletions(-)
M
net/matterbridge/Makefile
→
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 @@
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>
M
net/matterbridge/pkg/README
→
net/matterbridge/pkg/README
@@ -11,7 +11,8 @@ To start using matterbridge, copy the desired sample config, modify
it to your taste and enable and start matterbridge service. Alternatively, of course you can write a new config from scratch. -# cp ${TRUEPREFIX}/share/${PKGSTEM}/${PKGSTEM}-sample.toml ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml +# cp ${TRUEPREFIX}/share/${PKGSTEM}/${PKGSTEM}-sample.toml \ + ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml # vi ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml # rcctl enable ${PKGSTEM} && rcctl start ${PKGSTEM}