mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
23 lines
977 B
Plaintext
23 lines
977 B
Plaintext
$NetBSD: patch-ar,v 1.3 2009/01/26 21:17:05 minskim Exp $
|
|
|
|
--- texk/web2c/Makefile.in.orig 2005-02-06 02:56:56.000000000 -0800
|
|
+++ texk/web2c/Makefile.in
|
|
@@ -600,7 +600,7 @@ tex-check: trip tex.fmt
|
|
TEXMFCNF=../kpathsea \
|
|
./tex --mltex --progname=initex --ini $(srcdir)/tests/mltextst
|
|
-./tex </dev/null
|
|
- -PATH=`pwd`:$(kpathsea_dir):$(kpathsea_srcdir):$$PATH \
|
|
+ -PATH="`pwd`:$(kpathsea_dir):$(kpathsea_srcdir):$$PATH" \
|
|
WEB2C=$(kpathsea_srcdir) TMPDIR=.. \
|
|
./tex --progname=tex '\nonstopmode\font\foo=nonesuch\end'
|
|
clean:: tex-clean
|
|
@@ -986,7 +986,7 @@ install-data:: $(web2cdir)
|
|
cd man && $(MAKE) $(install_makeargs) install-data
|
|
$(INSTALL_DATA) $(srcdir)/tiedir/tie.1 $(man1dir)/tie.$(manext)
|
|
$(INSTALL_DATA) $(srcdir)/ctiedir/ctie.1 $(man1dir)/ctie.$(manext)
|
|
- $(INSTALL_DATA) fmtutil.cnf $(web2cdir)/fmtutil.cnf
|
|
+ $(INSTALL_DATA) fmtutil.cnf $(prefix)/share/texmf/fmtutil/format.tetex.cnf
|
|
|
|
# Dummy target.
|
|
uninstall uninstall-exec uninstall-data:
|