diff options
Diffstat (limited to 'textproc/ispell/files/patch-munchlist.X')
-rw-r--r-- | textproc/ispell/files/patch-munchlist.X | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/ispell/files/patch-munchlist.X b/textproc/ispell/files/patch-munchlist.X new file mode 100644 index 000000000000..794ddc585473 --- /dev/null +++ b/textproc/ispell/files/patch-munchlist.X @@ -0,0 +1,11 @@ +--- munchlist.X.orig Sun Apr 21 16:52:41 2002 ++++ munchlist.X Sun Apr 21 16:53:03 2002 +@@ -160,7 +160,7 @@ + set -vx + fi + LIBDIR=!!LIBDIR!! +-TDIR=${TMPDIR-/usr/tmp} ++TDIR=${TMPDIR-/tmp} + TMP=${TDIR}/munch$$ + SORTTMP="-T ${TDIR}" # !!SORTTMP!! + |