summaryrefslogtreecommitdiff
path: root/french/kde4-l10n
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 /french/kde4-l10n
parentNew port: security/pinentry-qt5, Qt 5 version of the GnuPG password dialog (diff)
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 'french/kde4-l10n')
-rw-r--r--french/kde4-l10n/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/french/kde4-l10n/Makefile b/french/kde4-l10n/Makefile
index 77646061d78a..c81906e5eaef 100644
--- a/french/kde4-l10n/Makefile
+++ b/french/kde4-l10n/Makefile
@@ -10,5 +10,5 @@ COMMENT= French messages and documentation for KDE SC 4
KDE4_L10N= fr
-.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk"
+.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk"
.include <bsd.port.mk>