3d3236b5e7
Approved by: doceng (implicit)
15 lines
332 B
Makefile
15 lines
332 B
Makefile
# Created by: Marc Fonvieille <blackend@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= misc docs
|
|
PKGNAMEPREFIX= ru-
|
|
|
|
MAINTAINER= doceng@FreeBSD.org
|
|
COMMENT= Russian translation of the FreeBSD Documentation Project
|
|
|
|
MASTERDIR= ${.CURDIR}/../freebsd-doc-en
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
DOCLANG= ru_RU.KOI8-R
|
|
|
|
.include "${MASTERDIR}/Makefile"
|