git: ceba7a5169d0 - main - devel/qt6-translations: Make dependency point to an actual installed file

From: Guido Falsi <madpilot_at_FreeBSD.org>
Date: Fri, 14 Oct 2022 12:22:55 UTC
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ceba7a5169d05f28576c30003c70a506b81d1a08

commit ceba7a5169d05f28576c30003c70a506b81d1a08
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2022-10-14 12:19:33 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2022-10-14 12:20:57 +0000

    devel/qt6-translations: Make dependency point to an actual installed file
    
    Pointing to a directory causes issues with pkg.
    
    PR:             267042
    Approved by:    kde (tcberner)
---
 Mk/Uses/qt.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk
index aba97a2222e0..8c764cf57070 100644
--- a/Mk/Uses/qt.mk
+++ b/Mk/Uses/qt.mk
@@ -347,7 +347,7 @@ qt-tools_PORT=		devel/${_QT_RELNAME}-tools
 qt-tools_PATH=		${LOCALBASE}/${QT_BINDIR_REL}/lupdate
 
 qt-translations_PORT=	devel/${_QT_RELNAME}-translations
-qt-translations_PATH=	${LOCALBASE}/${QT_DATADIR_REL}/translations
+qt-translations_PATH=	${LOCALBASE}/${QT_DATADIR_REL}/translations/qt_en.qm
 
 qt-uiplugin_PORT=	x11-toolkits/${_QT_RELNAME}-uiplugin
 qt-uiplugin_PATH=	${LOCALBASE}/${QT_INCDIR_REL}/QtUiPlugin/QtUiPlugin