diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-26 03:38:38 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-26 03:38:38 +0000 |
commit | 900062f127a90398e19f8b7a4472e1f5b95ce42a (patch) | |
tree | bcdaa37f32a499c7711707bd63d6e0224ec074c0 /arabic/kde4-l10n | |
parent | 43a869f0d6c80e4df105e2e25d63ba5afb7529fe (diff) | |
download | freebsd-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)
Diffstat (limited to 'arabic/kde4-l10n')
-rw-r--r-- | arabic/kde4-l10n/Makefile | 2 |
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> |