mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Look for entry.desktop in KDE4_PREFIX not LOCALBASE
- bump PORTREVISION Prompted by: QA Tindy run Approved by: miwi@ for kde@
This commit is contained in:
parent
7ee71c86d1
commit
5c210d8e0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218424
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= kde-l10n
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc kde
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
@ -35,7 +36,7 @@ RUN_DEPENDS+=\
|
||||
${KDE4_PREFIX}/share/locale/pt_BR/entry.desktop:${PORTSDIR}/portuguese/kde4-l10n-pt_BR
|
||||
.for ZH in zh_CN zh_TW
|
||||
RUN_DEPENDS+=\
|
||||
${LOCALBASE}/share/locale/${ZH}/entry.desktop:${PORTSDIR}/chinese/kde4-l10n-${ZH}
|
||||
${KDE4_PREFIX}/share/locale/${ZH}/entry.desktop:${PORTSDIR}/chinese/kde4-l10n-${ZH}
|
||||
.endfor
|
||||
|
||||
NO_BUILD= yes
|
||||
|
Loading…
Reference in New Issue
Block a user