all repos — ports @ f7ab51fefec44960929d4d5ee275beb250971092

collection of ports for openbsd

net/matterbridge: fix readme
la-ninpre aaoth@aaoth.xyz
Sat, 06 May 2023 16:13:32 +0300
commit

f7ab51fefec44960929d4d5ee275beb250971092

parent

2e5c77dedef64774b047d9e1e0a3480601e803aa

2 files changed, 7 insertions(+), 4 deletions(-)

jump to
M net/matterbridge/Makefilenet/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/READMEnet/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}