/release/doc/ru_RU.KOI8-R/installation/Makefile.inc

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · 8b4a4218755584c74b83c7f0432ee1b0 MD5 · raw file

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