summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/ispell-ru-io/Makefile4
-rw-r--r--textproc/ispell-ru/Makefile4
-rw-r--r--textproc/ispell-ru/Makefile.common9
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/ispell-ru-io/Makefile b/textproc/ispell-ru-io/Makefile
index d5fd0466af8..beb8989a2f1 100644
--- a/textproc/ispell-ru-io/Makefile
+++ b/textproc/ispell-ru-io/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2013/04/24 11:15:46 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2013/04/25 06:42:39 wiz Exp $
PKGNAME= ispell-ru-io-${RUS_ISPELL_VERSION}
CONFLICTS+= ispell-russian-io-[0-9]*
MAKE_ENV+= IO="defined"
-.include "../../textproc/ispell-russian/Makefile.common"
+.include "../../textproc/ispell-ru/Makefile.common"
diff --git a/textproc/ispell-ru/Makefile b/textproc/ispell-ru/Makefile
index fb7318703a4..5ca49fe9fe9 100644
--- a/textproc/ispell-ru/Makefile
+++ b/textproc/ispell-ru/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2013/04/24 11:15:46 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2013/04/25 06:42:39 wiz Exp $
PKGNAME= ispell-ru-${RUS_ISPELL_VERSION}
CONFLICTS+= ispell-russian-[0-9]*
-.include "../../textproc/ispell-russian/Makefile.common"
+.include "../../textproc/ispell-ru/Makefile.common"
diff --git a/textproc/ispell-ru/Makefile.common b/textproc/ispell-ru/Makefile.common
index b247933ec3a..973f23e4481 100644
--- a/textproc/ispell-ru/Makefile.common
+++ b/textproc/ispell-ru/Makefile.common
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile.common,v 1.1 2013/04/24 02:20:41 rodent Exp $
+# $NetBSD: Makefile.common,v 1.2 2013/04/25 06:42:39 wiz Exp $
+# used by textproc/ispell-ru/Makefile
+# used by textproc/ispell-ru-io/Makefile
RUS_ISPELL_VERSION= 0.99g4
@@ -11,9 +13,8 @@ COMMENT= Russian (KOI8-R) ispell dictonary from Alexander Lebedev
DEPENDS+= ispell>=3.1.20:../../textproc/ispell
-FILESDIR= ${.CURDIR}/../../textproc/ispell-russian/files
-PATCHDIR= ${.CURDIR}/../../textproc/ispell-russian/patches
-DISTINFO_FILE= ${.CURDIR}/../../textproc/ispell-russian/distinfo
+PATCHDIR= ${.CURDIR}/../../textproc/ispell-ru/patches
+DISTINFO_FILE= ${.CURDIR}/../../textproc/ispell-ru/distinfo
WRKSRC= ${WRKDIR}
MAKE_ENV+= CAT=${CAT:Q} RM=${RM:Q} SED=${SED:Q} TR=${TR:Q} UNIQ="uniq"