From 3288315d06d203a5418deb82f34a3cf6ac6588b3 Mon Sep 17 00:00:00 2001
From: Alexey Zelkin <phantom@FreeBSD.org>
Date: Mon, 12 Apr 2004 20:13:51 +0000
Subject: [PATCH] Use 'ja_JP.eucJP' name for referencing japanese directory
 while declaring DESTDIR.  It should not hurt anything, but unbreaks new 'make
 package' which is using 'realpath' and therefore gets lost in middle of
 process.

Noticed by:	simon
---
 ja_JP.eucJP/articles/Makefile.inc | 2 +-
 ja_JP.eucJP/books/Makefile.inc    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ja_JP.eucJP/articles/Makefile.inc b/ja_JP.eucJP/articles/Makefile.inc
index f432a40463..9992514ee6 100644
--- a/ja_JP.eucJP/articles/Makefile.inc
+++ b/ja_JP.eucJP/articles/Makefile.inc
@@ -3,4 +3,4 @@
 #
 # Original revision: 1.4
 
-DESTDIR?=	${DOCDIR}/ja/articles/${.CURDIR:T}
+DESTDIR?=	${DOCDIR}/ja_JP.eucJP/articles/${.CURDIR:T}
diff --git a/ja_JP.eucJP/books/Makefile.inc b/ja_JP.eucJP/books/Makefile.inc
index 1ced1bce78..88934e20d5 100644
--- a/ja_JP.eucJP/books/Makefile.inc
+++ b/ja_JP.eucJP/books/Makefile.inc
@@ -2,4 +2,4 @@
 # $FreeBSD$
 #
 
-DESTDIR?=	${DOCDIR}/ja/books/${.CURDIR:T}
+DESTDIR?=	${DOCDIR}/ja_JP.eucJP/books/${.CURDIR:T}