diff options
-rw-r--r-- | russian/rus-ispell/Makefile | 6 | ||||
-rw-r--r-- | russian/rus-ispell/distinfo | 2 | ||||
-rw-r--r-- | russian/rus-ispell/files/patch-ab | 11 |
3 files changed, 17 insertions, 2 deletions
diff --git a/russian/rus-ispell/Makefile b/russian/rus-ispell/Makefile index dffabfcbc04..5e1e4ace2cb 100644 --- a/russian/rus-ispell/Makefile +++ b/russian/rus-ispell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rus-ispell -PORTVERSION= 0.99d8 +PORTVERSION= 0.99d9 CATEGORIES= russian textproc MASTER_SITES= ftp://mch5.chem.msu.su/pub/russian/ispell/ @@ -16,6 +16,10 @@ BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell USE_GMAKE= yes MAKE_ARGS= YO=1 +.if defined(RUS_ISPELL_LOCAL_DICT) +MAKE_ARGS+= LOCAL_DICT=${RUS_ISPELL_LOCAL_DICT} +.endif + ALL_TARGET= koi NO_WRKSUBDIR= yes diff --git a/russian/rus-ispell/distinfo b/russian/rus-ispell/distinfo index 89459076772..e4da600d63b 100644 --- a/russian/rus-ispell/distinfo +++ b/russian/rus-ispell/distinfo @@ -1 +1 @@ -MD5 (rus-ispell-0.99d8.tar.gz) = 2fe345dec80e774e5434db0ab7effedc +MD5 (rus-ispell-0.99d9.tar.gz) = 85373c448e5e3ecc11f3398a19b32bc1 diff --git a/russian/rus-ispell/files/patch-ab b/russian/rus-ispell/files/patch-ab new file mode 100644 index 00000000000..20f5f9bf4e3 --- /dev/null +++ b/russian/rus-ispell/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.bak Tue Oct 19 23:58:46 1999 ++++ Makefile Mon Apr 16 11:23:01 2001 +@@ -2,7 +2,7 @@ + + LIB=/usr/lib/ispell + +-DICT = base.koi computer.koi geography.koi science.koi # rare.koi ++DICT = base.koi computer.koi geography.koi science.koi $(LOCAL_DICT) # rare.koi + + ifdef YO + PATT=y |