freebsd-ports/print/texlive-base/files/patch-texk-tetex-updmap-sys.sh
Hiroki Sato 7148be76c6 - Separate print/tex-dvipdfmx from print/texlive-base and add libpaper
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]
2013-05-07 08:44:32 +00:00

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+"$@"}