Fix german build after upgrade to 3.3.02.

This commit is contained in:
Jean-Marc Zucconi 2008-07-23 07:52:21 +00:00
parent 747e3399fd
commit 383ed2a689
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217348
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
PORTNAME?= ispell PORTNAME?= ispell
PORTVERSION?= 3.3.02 PORTVERSION?= 3.3.02
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES+= textproc CATEGORIES+= textproc
MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ \ MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ \
http://distfiles.opendarwin.org/ http://distfiles.opendarwin.org/

View file

@ -5,10 +5,10 @@
ZIP = 7z ZIP = 7z
ZIP_OPTS = a -tzip -mx=9 ZIP_OPTS = a -tzip -mx=9
-BUILDHASH = buildhash -BUILDHASH = buildhash
+BUILDHASH = ../ispell-3.2.06/buildhash +BUILDHASH = ../ispell-3.3.02/buildhash
-ISPELL = ispell -ISPELL = ispell
+ISPELL = ../ispell-3.2.06/ispell +ISPELL = ../ispell-3.3.02/ispell
HUNSPELL_BIN = hunspell HUNSPELL_BIN = hunspell
# Hunspell starting with 1.1.9 (?) uses automatic charset transcoding, # Hunspell starting with 1.1.9 (?) uses automatic charset transcoding,
# we need to make sure we use latin1: # we need to make sure we use latin1:
@ -16,7 +16,7 @@
SQ = sq SQ = sq
-UNSQ = unsq -UNSQ = unsq
+UNSQ = ../ispell-3.2.06/unsq +UNSQ = ../ispell-3.3.02/unsq
# if for some reason you don't have Ispell's unsq use my Perl sq/unsq # if for some reason you don't have Ispell's unsq use my Perl sq/unsq
# and put it into a directory known by your PATH variable! # and put it into a directory known by your PATH variable!
#UNSQ = unsq.pl #UNSQ = unsq.pl
@ -25,7 +25,7 @@
all.words.$(1).tmp: all.words.$(1).raw ispell/$(1).aff all.words.$(1).tmp: all.words.$(1).raw ispell/$(1).aff
- munchlist -l ./ispell/$(1).aff all.words.$(1).raw > $$@ - munchlist -l ./ispell/$(1).aff all.words.$(1).raw > $$@
+ ../ispell-3.2.06/munchlist -l ./ispell/$(1).aff all.words.$(1).raw > $$@ + ../ispell-3.3.02/munchlist -l ./ispell/$(1).aff all.words.$(1).raw > $$@
all.words.$(1).raw: $$(WORDS_$(1)) $$(WORDS_de_all) dicts/abkuerzpunkt.txt all.words.$(1).raw: $$(WORDS_$(1)) $$(WORDS_de_all) dicts/abkuerzpunkt.txt
sed "s/qq//g;s/\.//;s/\-.*//" dicts/abkuerzpunkt.txt $$(WORDS_$(1)) $$(WORDS_de_all) \ sed "s/qq//g;s/\.//;s/\-.*//" dicts/abkuerzpunkt.txt $$(WORDS_$(1)) $$(WORDS_de_all) \