aboutsummaryrefslogtreecommitdiff
path: root/ukrainian
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-26 03:38:38 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-26 03:38:38 +0000
commit900062f127a90398e19f8b7a4472e1f5b95ce42a (patch)
treebcdaa37f32a499c7711707bd63d6e0224ec074c0 /ukrainian
parent43a869f0d6c80e4df105e2e25d63ba5afb7529fe (diff)
downloadports-900062f127a90398e19f8b7a4472e1f5b95ce42a.tar.gz
ports-900062f127a90398e19f8b7a4472e1f5b95ce42a.zip
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 <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde)
Notes
Notes: svn path=/head/; revision=415873
Diffstat (limited to 'ukrainian')
-rw-r--r--ukrainian/kde4-l10n/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk>