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
This commit is contained in:
parent
045b8ee087
commit
3288315d06
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20672
2 changed files with 2 additions and 2 deletions
ja_JP.eucJP
|
@ -3,4 +3,4 @@
|
|||
#
|
||||
# Original revision: 1.4
|
||||
|
||||
DESTDIR?= ${DOCDIR}/ja/articles/${.CURDIR:T}
|
||||
DESTDIR?= ${DOCDIR}/ja_JP.eucJP/articles/${.CURDIR:T}
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DESTDIR?= ${DOCDIR}/ja/books/${.CURDIR:T}
|
||||
DESTDIR?= ${DOCDIR}/ja_JP.eucJP/books/${.CURDIR:T}
|
||||
|
|
Loading…
Reference in a new issue