I forgot to add this patch in previous commit.
This commit is contained in:
parent
40fe7e9ee7
commit
db18f581e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45060
1 changed files with 14 additions and 0 deletions
14
japanese/man/files/patch-Makefile.inc
Normal file
14
japanese/man/files/patch-Makefile.inc
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- Makefile.inc.bak Wed Jul 4 17:40:24 2001
|
||||
+++ Makefile.inc Wed Jul 4 17:41:39 2001
|
||||
@@ -10,8 +10,9 @@
|
||||
bindir= ${BINDIR}
|
||||
pager= jless -s
|
||||
manpath_config_file= /etc/manpath.config
|
||||
-troff= ${bindir}/groff -S -mandoc
|
||||
-nroff= ${bindir}/groff -S -Wall -Tnippon -mtty-char -mandoc
|
||||
+troff= ${bindir}/groff -S -mandoc -dlang=ja_JP.eucJP
|
||||
+nroff= ${bindir}/groff -S -Wall -Tnippon -mtty-char -mandoc\
|
||||
+ -dlang=ja_JP.eucJP
|
||||
apropos= ${bindir}/japropos
|
||||
whatis= ${bindir}/jwhatis
|
||||
neqn= ${bindir}/geqn -Tascii
|
Loading…
Reference in a new issue