pkgsrc-WIP-changes archive

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

jitsi-meet: simplify some more



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Sep 4 07:13:27 2020 +0200
Changeset:	c48ad71ccf3fd8f9577aeb021afae1e747aa3bad

Modified Files:
	jitsi-meet/Makefile

Log Message:
jitsi-meet: simplify some more

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

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

diffstat:
 jitsi-meet/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/jitsi-meet/Makefile b/jitsi-meet/Makefile
index a4c9a3b4a4..a5139735a7 100644
--- a/jitsi-meet/Makefile
+++ b/jitsi-meet/Makefile
@@ -21,7 +21,7 @@ PYTHON_VERSIONS_ACCEPTED=	27
 BUILD_DEPENDS+=	npm-[0-9]*:../../lang/npm
 
 BUILD_TARGET=	compile
-INSTALL_TARGET=	deploy
+INSTALL_TARGET=	deploy source-package
 
 INSTALLATION_DIRS+=	share/jitsi-meet
 
@@ -30,8 +30,6 @@ do-configure:
 		npm install
 
 post-install:
-	cd ${WRKSRC} && \
-		${MAKE} source-package
 	${RUN} ${TAR} -C ${DESTDIR}${PREFIX}/share -xjf ${WRKSRC}/jitsi-meet.tar.bz2
 
 .include "../../lang/nodejs/buildlink3.mk"


Home | Main Index | Thread Index | Old Index