diff options
author | mishka <mishka@pkgsrc.org> | 2007-08-22 15:46:49 +0000 |
---|---|---|
committer | mishka <mishka@pkgsrc.org> | 2007-08-22 15:46:49 +0000 |
commit | 90c805480698aea567cebc7b26624f5b86cf5105 (patch) | |
tree | 2d0755a124c034c48c5a3661275a14947870fc54 /textproc/ispell-russian | |
parent | 999431aaa55de8508adf73256462aa031f5eb546 (diff) | |
download | pkgsrc-90c805480698aea567cebc7b26624f5b86cf5105.tar.gz |
Introduce RUS_ISPELL_VERSION variable to simplify ispell-russian*
packages maintenance.
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/ |