mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
jcatman should specify -dlang=ja_JP.eucJP when it invokes groff.
Submitted by: Mori Kouji <mori@tri.asanuma.co.jp> via horikawa
This commit is contained in:
parent
19e3609df7
commit
2db34b8bb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57704
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= man
|
||||
PORTVERSION= 1.1j
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= ftp://daemon.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ \
|
||||
${MASTER_SITE_PORTS_JP}
|
||||
|
13
japanese/man/files/patch-Makefile.inc
Normal file
13
japanese/man/files/patch-Makefile.inc
Normal file
@ -0,0 +1,13 @@
|
||||
--- Makefile.inc.orig Mon Apr 8 19:21:24 2002
|
||||
+++ Makefile.inc Mon Apr 8 19:22:12 2002
|
||||
@@ -10,8 +10,8 @@
|
||||
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 -man -dlang=ja_JP.eucJP
|
||||
+nroff= ${bindir}/groff -S -Wall -Tnippon -mtty-char -man -dlang=ja_JP.eucJP
|
||||
apropos= ${bindir}/japropos
|
||||
whatis= ${bindir}/jwhatis
|
||||
neqn= ${bindir}/geqn -Tascii
|
Loading…
x
Reference in New Issue
Block a user