diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-16 07:55:14 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-16 07:55:14 +0000 |
commit | f161882b4afcdcee0190dcca4cc3c32775f50acc (patch) | |
tree | e106670688a413db69e14517755d6472f9995f93 /russian | |
parent | c450d96545666d71c978829cfa95ddb2f4681952 (diff) | |
download | ports-f161882b4afcdcee0190dcca4cc3c32775f50acc.tar.gz ports-f161882b4afcdcee0190dcca4cc3c32775f50acc.zip |
Upgrade to 0.99d9
Notes
Notes:
svn path=/head/; revision=41454
Diffstat (limited to 'russian')
-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 dffabfcbc04d..5e1e4ace2cb5 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 89459076772f..e4da600d63bb 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 000000000000..20f5f9bf4e3b --- /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 |