pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc Introduce RUS_ISPELL_VERSION variable to simp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af4b73e6017b
branches: trunk
changeset: 532524:af4b73e6017b
user: mishka <mishka%pkgsrc.org@localhost>
date: Wed Aug 22 15:46:49 2007 +0000
description:
Introduce RUS_ISPELL_VERSION variable to simplify ispell-russian*
packages maintenance.
diffstat:
textproc/ispell-russian-io/Makefile | 4 ++--
textproc/ispell-russian/Makefile | 4 ++--
textproc/ispell-russian/Makefile.common | 6 ++++--
3 files changed, 8 insertions(+), 6 deletions(-)
diffs (37 lines):
diff -r d2363e7c753c -r af4b73e6017b textproc/ispell-russian-io/Makefile
--- a/textproc/ispell-russian-io/Makefile Wed Aug 22 15:31:31 2007 +0000
+++ b/textproc/ispell-russian-io/Makefile Wed Aug 22 15:46:49 2007 +0000
@@ -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 -r d2363e7c753c -r af4b73e6017b textproc/ispell-russian/Makefile
--- a/textproc/ispell-russian/Makefile Wed Aug 22 15:31:31 2007 +0000
+++ b/textproc/ispell-russian/Makefile Wed Aug 22 15:46:49 2007 +0000
@@ -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 -r d2363e7c753c -r af4b73e6017b textproc/ispell-russian/Makefile.common
--- a/textproc/ispell-russian/Makefile.common Wed Aug 22 15:31:31 2007 +0000
+++ b/textproc/ispell-russian/Makefile.common Wed Aug 22 15:46:49 2007 +0000
@@ -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/
Home |
Main Index |
Thread Index |
Old Index