diff options
-rw-r--r-- | textproc/ispell-russian-io/Makefile | 4 | ||||
-rw-r--r-- | textproc/ispell-russian/Makefile | 4 | ||||
-rw-r--r-- | textproc/ispell-russian/Makefile.common | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/textproc/ispell-russian-io/Makefile b/textproc/ispell-russian-io/Makefile index af6286e689b..211a415d16a 100644 --- a/textproc/ispell-russian-io/Makefile +++ b/textproc/ispell-russian-io/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2007/08/22 15:24:31 mishka Exp $ +# $NetBSD: Makefile,v 1.3 2007/08/22 15:46:49 mishka Exp $ -PKGNAME= ispell-russian-io-0.99g4 +PKGNAME= ispell-russian-io-${RUS_ISPELL_VERSION} MAKE_ENV+= IO="defined" 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/ |