aboutsummaryrefslogtreecommitdiff
path: root/japanese/ptex-sjis/files
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-10-04 17:24:29 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-10-04 17:24:29 +0000
commita4effd8387508da08abddc96797670b3725c7fe7 (patch)
tree5af8b06da5acd7e93c071a74c3662af407100d24 /japanese/ptex-sjis/files
parentf9b83f09859bcdd1a4257022065d1a3e4ee23b57 (diff)
Notes
Diffstat (limited to 'japanese/ptex-sjis/files')
-rw-r--r--japanese/ptex-sjis/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/ptex-sjis/files/patch-aa b/japanese/ptex-sjis/files/patch-aa
new file mode 100644
index 000000000000..6e9266b224aa
--- /dev/null
+++ b/japanese/ptex-sjis/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