pkgsrc-WIP-changes archive

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

matrix-synapse: Set REPLACE_PERL



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%nil.im@localhost>
Pushed By:	js
Date:		Sun Aug 16 21:10:13 2020 +0200
Changeset:	293e67609c09727e88c978a451236839effe562e

Modified Files:
	matrix-synapse/Makefile

Log Message:
matrix-synapse: Set REPLACE_PERL

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

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

diffstat:
 matrix-synapse/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/matrix-synapse/Makefile b/matrix-synapse/Makefile
index b372320291..14adf53065 100644
--- a/matrix-synapse/Makefile
+++ b/matrix-synapse/Makefile
@@ -45,6 +45,7 @@ DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensio
 
 WRKSRC=		${WRKDIR}/synapse-${DISTNAME:S,^v,,}
 USE_LANGUAGES=	# none
+REPLACE_PERL+=	scripts/sync_room_to_group.pl
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index