mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Unbreak by adding -kanji=sjis to the command-line option of ptex.
This commit is contained in:
parent
ed2d6b72f2
commit
820eedbb06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79445
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ pre-configure:
|
|||
for i in * ; do ${MV} $$i $$i.orig ; nkf -s $$i.orig > $$i ; done)
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKSRC}; ptex -ini 'plplain.tex \dump')
|
||||
@(cd ${WRKSRC}; ptex -kanji=sjis -ini 'plplain.tex \dump')
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${TEXMF}/tex/platex209/doc
|
||||
|
|
Loading…
Add table
Reference in a new issue