svn commit: r506552 - head/multimedia/shotcut

Tobias C. Berner tcberner at FreeBSD.org
Sat Jul 13 20:12:37 UTC 2019


Author: tcberner
Date: Sat Jul 13 20:12:33 2019
New Revision: 506552
URL: https://svnweb.freebsd.org/changeset/ports/506552

Log:
  multimedia/shotcut: prepare for Qt 5.13
  
  PR:		238782

Modified:
  head/multimedia/shotcut/Makefile

Modified: head/multimedia/shotcut/Makefile
==============================================================================
--- head/multimedia/shotcut/Makefile	Sat Jul 13 19:23:40 2019	(r506551)
+++ head/multimedia/shotcut/Makefile	Sat Jul 13 20:12:33 2019	(r506552)
@@ -63,7 +63,7 @@ pre-build:
 	@${FIND} ${WRKSRC} -name '.depend' -delete
 
 post-build-NLS-on:
-	${LRELEASE} ${WRKSRC}/src/src.pro
+	cd ${BUILD_WRKSRC}/translations && ${LRELEASE} *.ts
 
 post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps


More information about the svn-ports-head mailing list