diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2001-01-30 16:26:37 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2001-01-30 16:26:37 +0000 |
commit | 2b067ae111e6f72e39394ba88c4c29fbff2deb17 (patch) | |
tree | 7f4c9192e58db4b80434bb3aa8f3a87ccd072bf0 /japanese/ptex/files/patch-aa | |
parent | Fix a problem where the socket wasn't being removed and everybuddy (diff) |
Upgrade japanese/ptex-* from 2.1.8 to 2.1.10.
This upgrade eliminates japanese/platex-{common,euc,jis,sjis} ports
since ptex includes pLaTeX2e since 2.1.9.
Notes
Notes:
svn path=/head/; revision=37804
Diffstat (limited to 'japanese/ptex/files/patch-aa')
-rw-r--r-- | japanese/ptex/files/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/japanese/ptex/files/patch-aa b/japanese/ptex/files/patch-aa deleted file mode 100644 index 07380e757a4f..000000000000 --- a/japanese/ptex/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- 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) - |