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 | de14abd293a718f6cab4e37b898da2aeb201a4bf (patch) | |
tree | 2d0755a124c034c48c5a3661275a14947870fc54 /textproc/ispell-russian-io | |
parent | a2f58aba0be3a51ab15fead118982ee1e887c290 (diff) | |
download | pkgsrc-de14abd293a718f6cab4e37b898da2aeb201a4bf.tar.gz |
Introduce RUS_ISPELL_VERSION variable to simplify ispell-russian*
packages maintenance.
Diffstat (limited to 'textproc/ispell-russian-io')
-rw-r--r-- | textproc/ispell-russian-io/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |