Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 1997 21:17:13 -0500 (EST)
From:      Matt Behrens <matt@megaweapon.zigg.com>
To:        jmz@freebsd.org, ports@freebsd.org
Subject:   Patch for latex Makefile
Message-ID:  <Pine.BSF.3.96.971214211507.23240A-100000@megaweapon.zigg.com>

next in thread | raw e-mail | index | archive | help
The --ini flag confuses tex.  Here's a diff for the latex makefile that
fixes it.  (tex was intalled by lyx automagically.)

38c38
< 	(cd ${WRKSRC}/base; initex  unpack.ins)
---
> 	(cd ${WRKSRC}/base; tex --ini unpack.ins)
40c40
< 		initex latex.ltx </dev/null)
---
> 		tex --ini latex.ltx </dev/null)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971214211507.23240A-100000>