aboutsummaryrefslogtreecommitdiff
path: root/arabic
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 /arabic
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 'arabic')
-rw-r--r--arabic/kde4-l10n/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arabic/kde4-l10n/Makefile b/arabic/kde4-l10n/Makefile
index 05d14d331aac..e71c2ada32e0 100644
--- a/arabic/kde4-l10n/Makefile
+++ b/arabic/kde4-l10n/Makefile
@@ -9,5 +9,5 @@ COMMENT= Arabic messages and documentation for KDE SC 4
KDE4_L10N= ar
-.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk"
+.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk"
.include <bsd.port.mk>