diff options
Diffstat (limited to 'textproc/ispell-russian')
-rw-r--r-- | textproc/ispell-russian/Makefile | 4 | ||||
-rw-r--r-- | textproc/ispell-russian/Makefile.common | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/ispell-russian/Makefile b/textproc/ispell-russian/Makefile index effce847f89..77129668ba2 100644 --- a/textproc/ispell-russian/Makefile +++ b/textproc/ispell-russian/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.6 2007/08/22 15:24:31 mishka Exp $ +# $NetBSD: Makefile,v 1.7 2007/08/22 15:46:49 mishka Exp $ -PKGNAME= ispell-russian-0.99g4 +PKGNAME= ispell-russian-${RUS_ISPELL_VERSION} .include "../../textproc/ispell-russian/Makefile.common" diff --git a/textproc/ispell-russian/Makefile.common b/textproc/ispell-russian/Makefile.common index 4c23451e86a..4a6571a6d53 100644 --- a/textproc/ispell-russian/Makefile.common +++ b/textproc/ispell-russian/Makefile.common @@ -1,6 +1,8 @@ -# $NetBSD: Makefile.common,v 1.3 2007/08/22 15:24:31 mishka Exp $ +# $NetBSD: Makefile.common,v 1.4 2007/08/22 15:46:49 mishka Exp $ -DISTNAME= rus-ispell-0.99g4 +RUS_ISPELL_VERSION= 0.99g4 + +DISTNAME= rus-ispell-${RUS_ISPELL_VERSION} CATEGORIES= textproc MASTER_SITES= ftp://scon155.phys.msu.su/pub/russian/ispell/ |