diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-29 19:24:08 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-29 19:24:08 +0000 |
commit | 14bf79d35403b668a96bc3867004d3f186e9ffb3 (patch) | |
tree | ed5fbe034c4bb7f38c65dece88cd08ad12573a77 /textproc/pspell-ispell/files/patch-ab | |
parent | Update to 0.11.0.2 (diff) |
Add pspell-ispell, an ispell plugin for the spelling-checker
independent pspell library.
Diffstat (limited to 'textproc/pspell-ispell/files/patch-ab')
-rw-r--r-- | textproc/pspell-ispell/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/pspell-ispell/files/patch-ab b/textproc/pspell-ispell/files/patch-ab new file mode 100644 index 000000000000..9c91631547c5 --- /dev/null +++ b/textproc/pspell-ispell/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Jun 20 00:31:51 2000 ++++ Makefile.in Thu Jun 29 12:21:20 2000 +@@ -86,7 +86,7 @@ + + libpspell_ispell_la_LDFLAGS = -module -version-info 0:0:0 + +-pspelldatadir = `${bindir}/pspell-config pkgdatadir` ++pspelldatadir = ${prefix}/share/pspell + + pspelldata_DATA = *.pwli + |