summaryrefslogtreecommitdiff
path: root/print/texfamily/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'print/texfamily/patches/patch-ab')
-rw-r--r--print/texfamily/patches/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/print/texfamily/patches/patch-ab b/print/texfamily/patches/patch-ab
deleted file mode 100644
index ff77f59d6bc..00000000000
--- a/print/texfamily/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2002/09/16 08:47:28 uebayasi Exp $
-
---- texk/web2c/ptex-3.0.1/configure.orig Fri Jan 18 21:28:18 2002
-+++ texk/web2c/ptex-3.0.1/configure
-@@ -8,7 +8,7 @@
- srcsp=
-
- printUsage () {
-- echo "Usage: $progname {EUC|JIS|SJIS} [-with-src-special]"
-+ echo "Usage: $progname {EUC|JIS|SJIS} [-with-src-special] texmf_local_dir"
- exit 1
- }
-
-@@ -35,6 +35,7 @@
- CONFIGSED=config.sed
- echo "s%@configopt@%$*%g" > $CONFIGSED
- echo "s%@kanjicode@%$kanjicode%g" >> $CONFIGSED
-+echo "s%@texmflocal@%$2%g" >> $CONFIGSED
- if [ x$srcsp = xyes ]; then
- echo "s%@SRCSP@%%g" >> $CONFIGSED
- echo "s%@PLAIN@%#P#%g" >> $CONFIGSED