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)
14 lines
327 B
Makefile
14 lines
327 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= calligra-l10n
|
|
PORTVERSION= ${CALLIGRA_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= chinese editors kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Simplified Chinese messages and documentation for Calligra
|
|
|
|
CALLIGRA_L10N= zh_CN
|
|
|
|
.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk"
|
|
.include <bsd.port.mk>
|