diff options
author | jmz <jmz@FreeBSD.org> | 2002-04-24 12:20:34 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2002-04-24 12:20:34 +0000 |
commit | cba74657a43bd8b47ceb5b736b9156969432cadb (patch) | |
tree | 2d3d9ea8b8dc367de58be9f47e41dbd1ef5bbaed /textproc/ispell | |
parent | 562e91a37798b29de0f07d345aa022ba8eb9737a (diff) | |
download | FreeBSD-ports-cba74657a43bd8b47ceb5b736b9156969432cadb.zip FreeBSD-ports-cba74657a43bd8b47ceb5b736b9156969432cadb.tar.gz |
Add files missing from the previous commit.
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/files/patch-local.h.samp | 10 | ||||
-rw-r--r-- | textproc/ispell/files/patch-munchlist.X | 11 | ||||
-rw-r--r-- | textproc/ispell/pkg-plist.it | 3 |
3 files changed, 24 insertions, 0 deletions
diff --git a/textproc/ispell/files/patch-local.h.samp b/textproc/ispell/files/patch-local.h.samp new file mode 100644 index 0000000..e0f2223 --- /dev/null +++ b/textproc/ispell/files/patch-local.h.samp @@ -0,0 +1,10 @@ +--- local.h.samp.orig Sun Apr 21 16:58:43 2002 ++++ local.h.samp Sun Apr 21 16:58:54 2002 +@@ -105,7 +105,6 @@ + */ + + #define MINIMENU /* Display a mini-menu at the bottom of the screen */ +-#define NO8BIT /* Remove this if you use ISO character sets */ + #undef USG /* Define on System V or if term.c won't compile */ + #undef NO_FCNTL_H /* Define if you get compile errors on fcntl.h */ + #undef NO_MKSTEMP /* Define if you get compile or link errors */ diff --git a/textproc/ispell/files/patch-munchlist.X b/textproc/ispell/files/patch-munchlist.X new file mode 100644 index 0000000..794ddc5 --- /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!! + diff --git a/textproc/ispell/pkg-plist.it b/textproc/ispell/pkg-plist.it new file mode 100644 index 0000000..d751ac8 --- /dev/null +++ b/textproc/ispell/pkg-plist.it @@ -0,0 +1,3 @@ +share/ispell/italian.aff +share/ispell/italian.hash +share/ispell/italiano.hash |