blob: 5ce96460cadc192285a5060b11e08249ea4e9e07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: ru-kde2-i18n
# Date created: 10 April 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= russian kde misc
MAINTAINER= demon@FreeBSD.org
LINGUAS= "ru"
MASTERDIR= ${.CURDIR}/../../misc/kde2-i18n
SCRIPTS_ENV+= LINGUAS=${LINGUAS}
.include "${MASTERDIR}/Makefile"
|