diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-01-22 22:16:40 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-01-22 22:16:40 +0000 |
commit | 6f5de1d923812cce3c6d336e81ba8cc43884bf2a (patch) | |
tree | 5cc1e8294483924765ce24bbfe66ff0fc029f5a8 /textproc/ispell/files/patch-ab | |
parent | upgrade to 0.84b (diff) |
Add support for swedish, brasilian and german (old and new spelling)
dictionaries (in addition to french). They can be built with
``make ISPELL_XX=yes'' where ``XX'' is SE, BR, DEALT or DENEU, or FR
PR: ports/15948
Submitted by: Alexander Langer <alex@cichlids.com>
Reviewed by: jmz
Notes
Notes:
svn path=/head/; revision=24951
Diffstat (limited to 'textproc/ispell/files/patch-ab')
-rw-r--r-- | textproc/ispell/files/patch-ab | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/textproc/ispell/files/patch-ab b/textproc/ispell/files/patch-ab index 1f352c6f6e86..6cdd4170563a 100644 --- a/textproc/ispell/files/patch-ab +++ b/textproc/ispell/files/patch-ab @@ -1,5 +1,5 @@ --- Makefile.orig Thu Oct 12 20:04:06 1995 -+++ Makefile Wed Jun 4 05:05:47 1997 ++++ Makefile Sat Jan 22 22:44:42 2000 @@ -253,7 +253,7 @@ set -ex; \ rm -f $$ELISPDIR/ispell.el; \ @@ -9,6 +9,27 @@ echo '(byte-compile-file "'"$$ELISPDIR/ispell.el"'")' \ > /tmp/emi$$$$; \ $$EMACS -batch -l /tmp/emi$$$$; \ +@@ -310,9 +310,9 @@ + $(MAKE) LANGUAGE_TARGET=install SHELLDEBUG=$(SHELLDEBUG) \ + language-subdirs + . ./config.sh; \ +- [ -d $$LIBDIR ] || (mkdir $$LIBDIR; chmod 755 $$LIBDIR); \ ++ [ -d $$SHAREDIR ] || (mkdir $$SHAREDIR; chmod 755 $$SHAREDIR); \ + set -x; \ +- cd $$LIBDIR; \ ++ cd $$SHAREDIR; \ + if [ $$MASTERHASH != $DEFHASH ]; then \ + rm -f $$DEFHASH; \ + ln $$MASTERHASH $$DEFHASH; \ +@@ -412,7 +412,7 @@ + config.sh: config.X local.h + set $(SHELLDEBUG); \ + for var in BINDIR CC CFLAGS COUNTSUFFIX DEFDICT DEFHASH DEFLANG \ +- ELISPDIR EMACS HASHSUFFIX INSTALL \ ++ ELISPDIR EMACS HASHSUFFIX INSTALL SHAREDIR \ + LANGUAGES LIBDIR LIBES LINT LINTFLAGS \ + MAKE_SORTTMP MAN1DIR MAN1EXT MAN4DIR MAN4EXT MASTERHASH \ + MSGLANG REGLIB STATSUFFIX \ @@ -508,7 +508,7 @@ local.h: set +e; [ -r local.h ] || cp local.h.samp local.h |