aboutsummaryrefslogtreecommitdiff
path: root/editors/calligra-l10n-es/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-24 05:44:56 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-24 05:44:56 +0000
commit0ca9a312ae64d477c3b28529f53d1d26a82793d5 (patch)
tree04db560c5d761310f888d48cbbfd1e03db25d548 /editors/calligra-l10n-es/Makefile
parent45904a0616c0906d25a1f15ba4250b1089819d46 (diff)
downloadports-0ca9a312ae64d477c3b28529f53d1d26a82793d5.tar.gz
ports-0ca9a312ae64d477c3b28529f53d1d26a82793d5.zip
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)
Notes
Notes: svn path=/head/; revision=415763
Diffstat (limited to 'editors/calligra-l10n-es/Makefile')
-rw-r--r--editors/calligra-l10n-es/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra-l10n-es/Makefile b/editors/calligra-l10n-es/Makefile
index 0efa22655f7f..9e569eb11ce7 100644
--- a/editors/calligra-l10n-es/Makefile
+++ b/editors/calligra-l10n-es/Makefile
@@ -10,5 +10,5 @@ COMMENT= Spanish messages and documentation for Calligra
CALLIGRA_L10N= es
-.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk"
+.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk"
.include <bsd.port.mk>