From b6e9c61a6d30b136d0aa4e46e523f2ee189830b7 Mon Sep 17 00:00:00 2001 From: pi Date: Thu, 26 May 2016 03:38:38 +0000 Subject: Many KDE i10n ports: Patch updates CURDIR This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H}; the latter is considered proper contemporary usage by kde@ . The patch is independent of other KDE4 infrastructure changes. PR: 209303 Submitted by: Adriaan de Groot , rakuco, T.C.Berner (kde) --- ukrainian/kde4-l10n/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ukrainian') diff --git a/ukrainian/kde4-l10n/Makefile b/ukrainian/kde4-l10n/Makefile index 2e7c7f0f6d57..9c095024f5fb 100644 --- a/ukrainian/kde4-l10n/Makefile +++ b/ukrainian/kde4-l10n/Makefile @@ -10,5 +10,5 @@ COMMENT= Ukrainian messages and documentation for KDE SC 4 KDE4_L10N= uk -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include -- cgit