mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
486 B
Plaintext
21 lines
486 B
Plaintext
--- Makefile.in.orig Wed Jun 24 07:02:38 1998
|
|
+++ Makefile.in Wed Jun 24 07:03:31 1998
|
|
@@ -3,7 +3,7 @@
|
|
|
|
kanjicode = @kanjicode@
|
|
|
|
-default : programs formats
|
|
+default : programs #formats
|
|
|
|
programs=ptex tftopl pltotf pdvitype jbibtex
|
|
formats=ptex.fmt
|
|
@@ -160,7 +160,7 @@
|
|
|
|
texmf.cnf: ../../kpathsea/texmf.cnf
|
|
cp ../../kpathsea/texmf.cnf texmf.cnf
|
|
- $(SHELL) $(thisdir)/mkconf $(thisdir)
|
|
+# $(SHELL) $(thisdir)/mkconf $(thisdir)
|
|
|
|
dumpenv = TEXMFCNF=$(thisdir) TEXMF=$(texmf)
|
|
|