blob: 5f7b50f7de95e17e2945fabfad3a7936c1850ccc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# The FreeBSD Russian Documentation Project
#
# $FreeBSDru: frdp/release/doc/ru_RU.KOI8-R/installation/Makefile.inc,v 1.1 2004/06/24 07:21:47 den Exp $
# $FreeBSD$
#
# Original revision: 1.2
#
.ifdef NO_LANGCODE_IN_DESTDIR
DESTDIR?= ${DOCDIR}/installation/${.CURDIR:T}
.else
DESTDIR?= ${DOCDIR}/ru_RU.KOI8-R/installation/${.CURDIR:T}
.endif
|