diff options
| author | la-ninpre <aaoth@aaoth.xyz> | 2023-05-06 16:13:32 +0300 |
|---|---|---|
| committer | la-ninpre <aaoth@aaoth.xyz> | 2023-05-06 16:13:32 +0300 |
| commit | f7ab51fefec44960929d4d5ee275beb250971092 (patch) | |
| tree | 46d88ac2f9ee322ec3ebc2468425ebe18f3220ab | |
| parent | 2e5c77dedef64774b047d9e1e0a3480601e803aa (diff) | |
| download | ports-f7ab51fefec44960929d4d5ee275beb250971092.tar.gz ports-f7ab51fefec44960929d4d5ee275beb250971092.zip | |
| -rw-r--r-- | net/matterbridge/Makefile | 8 | ||||
| -rw-r--r-- | net/matterbridge/pkg/README | 3 |
2 files changed, 7 insertions, 4 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> diff --git a/net/matterbridge/pkg/README b/net/matterbridge/pkg/README index 239983b..768a67d 100644 --- a/net/matterbridge/pkg/README +++ b/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} |
