summaryrefslogtreecommitdiff
path: root/japanese/ptex/files
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-10-04 17:20:32 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-10-04 17:20:32 +0000
commitf9b83f09859bcdd1a4257022065d1a3e4ee23b57 (patch)
tree4ff678e92464d52a7d5c2fa4b2e697d0a2e9e93f /japanese/ptex/files
parentPort of pTeX that installs files to support JIS code. (diff)
Port of pTeX that installs files to support EUC.
Diffstat (limited to 'japanese/ptex/files')
-rw-r--r--japanese/ptex/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/ptex/files/patch-aa b/japanese/ptex/files/patch-aa
new file mode 100644
index 000000000000..6e9266b224aa
--- /dev/null
+++ b/japanese/ptex/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Wed Aug 27 16:07:43 1997
++++ Makefile.in Sun Oct 5 00:05:12 1997
+@@ -225,7 +225,7 @@
+ $(SHELL) $(top_srcdir)/mkdirchain \
+ $(texpooldir) $(web2cdir) $(fontnamedir)
+ $(INSTALL_DATA) ptex.pool $(texpooldir)/ptex.pool
+- $(SHELL) $(thisdir)/mkconf $(web2cdir)
++# $(SHELL) $(thisdir)/mkconf $(web2cdir)
+ # tcx files are a bad idea
+ # cd $(srcdir)/share && for f in *.tcx; do \
+ # $(INSTALL_DATA) $$f $(web2cdir)/$$f; done