7148be76c6
support. dvipdfmx's default paper size can be set by ${LOCALBASE}/etc/papersize and/or PAPERSIZE environment variable as other programs like print/psutils do. - Use absolute pathname in {fmtutil,texconfig,updmap}-sys programs because manually-installed and/or old TeXLive files can prevent them from working. [1] - Fix pkg-plist in print/texlive-texmf. - Remove DIST_SUBDIR from Mk/bsd.tex.mk. Reported by: bsam, Stephen Montgomery-Smith [1]
8 lines
263 B
Bash
8 lines
263 B
Bash
--- texk/tetex/updmap-sys.sh.orig 2013-05-07 13:25:38.000000000 +0900
|
|
+++ texk/tetex/updmap-sys.sh 2013-05-07 13:25:50.000000000 +0900
|
|
@@ -27,4 +27,4 @@
|
|
TEXMFCONFIG="$c"
|
|
export TEXMFVAR TEXMFCONFIG
|
|
|
|
-exec updmap ${1+"$@"}
|
|
+exec %%PREFIX%%/bin/updmap ${1+"$@"}
|