diff options
author | pi <pi@FreeBSD.org> | 2016-05-26 11:38:38 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-26 11:38:38 +0800 |
commit | b6e9c61a6d30b136d0aa4e46e523f2ee189830b7 (patch) | |
tree | bcdaa37f32a499c7711707bd63d6e0224ec074c0 /editors | |
parent | 9e63fb5e175315038406e3a70fa32f43cd116fe4 (diff) | |
download | freebsd-ports-graphics-b6e9c61a6d30b136d0aa4e46e523f2ee189830b7.tar.gz freebsd-ports-graphics-b6e9c61a6d30b136d0aa4e46e523f2ee189830b7.tar.zst freebsd-ports-graphics-b6e9c61a6d30b136d0aa4e46e523f2ee189830b7.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 'editors')
-rw-r--r-- | editors/kate-plugin-pate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/kate-plugin-pate/Makefile b/editors/kate-plugin-pate/Makefile index 7fe8ce450eb..25c9f7081cd 100644 --- a/editors/kate-plugin-pate/Makefile +++ b/editors/kate-plugin-pate/Makefile @@ -16,7 +16,7 @@ USE_KDE4= kdelibs automoc4 kate \ USE_QT4= gui webkit \ moc_build qmake_build rcc_build uic_build -DISTINFO_FILE= ${PORTSDIR}/editors/kate/distinfo +DISTINFO_FILE= ${.CURDIR:H:H}/editors/kate/distinfo # cmake.mk doesn't allow to overwrite BUILD_WRKSRC for out-of-source builds _pate_WRKSRC= ${BUILD_WRKSRC}/addons/kate/pate |