pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

jitsi-meet: re-indent a couple lines



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Nov 22 04:00:26 2020 +0100
Changeset:	afc9f2efe91b37fc5d80bd317b24ae206363da31

Modified Files:
	jitsi-meet/Makefile

Log Message:
jitsi-meet: re-indent a couple lines

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=afc9f2efe91b37fc5d80bd317b24ae206363da31

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 jitsi-meet/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/jitsi-meet/Makefile b/jitsi-meet/Makefile
index 9174307a53..a4dbe87f6a 100644
--- a/jitsi-meet/Makefile
+++ b/jitsi-meet/Makefile
@@ -11,12 +11,13 @@ INSTALL_TARGET=	deploy source-package
 
 EGDIR=		share/jitsi-meet
 CONF_FILES=	${EGDIR}/config.js ${PKG_SYSCONFDIR}/jitsi/meet/config.js
-CONF_FILES+=	${EGDIR}/interface_config.js ${PKG_SYSCONFDIR}/jitsi/meet/interface_config.js
+CONF_FILES+=	${EGDIR}/interface_config.js \
+		${PKG_SYSCONFDIR}/jitsi/meet/interface_config.js
 CONF_FILES+=	${EGDIR}/title.html ${PKG_SYSCONFDIR}/jitsi/meet/title.html
 
 INSTALLATION_DIRS=	${EGDIR} share/examples/jitsi-meet
 
-BUILD_DEFS+=	VARBASE
+BUILD_DEFS+=		VARBASE
 
 SUBST_CLASSES+=		paths
 SUBST_STAGE.paths=	pre-configure


Home | Main Index | Thread Index | Old Index