diff options
author | pi <pi@FreeBSD.org> | 2016-05-24 05:44:56 +0000 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-24 05:44:56 +0000 |
commit | a992c51ffb8f88418d8790f7b6577e773f746137 (patch) | |
tree | 04db560c5d761310f888d48cbbfd1e03db25d548 /german/calligra-l10n/Makefile | |
parent | 22a34e3fb1dc2f2a7d0c70dc6b47a9c546222375 (diff) | |
download | FreeBSD-ports-a992c51ffb8f88418d8790f7b6577e773f746137.zip FreeBSD-ports-a992c51ffb8f88418d8790f7b6577e773f746137.tar.gz |
editors/calligra-l10n: add plist-sub
All of the Calligra translations can use %%LANG%% in their plists
to reduce plist-differences across the translations and reduce
churn. Also introduces ${CURDIR:H:H} instead of some ${CURDIR}/../..
constructions.
Original work by tcberner.
PR: 209268
Submitted by: Adriaan de Groot <groot@kde.org> (kde)
Diffstat (limited to 'german/calligra-l10n/Makefile')
-rw-r--r-- | german/calligra-l10n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/calligra-l10n/Makefile b/german/calligra-l10n/Makefile index c9eef9d..f1dbb50 100644 --- a/german/calligra-l10n/Makefile +++ b/german/calligra-l10n/Makefile @@ -10,5 +10,5 @@ COMMENT= German messages and documentation for Calligra CALLIGRA_L10N= de -.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> |