summaryrefslogtreecommitdiff
path: root/textproc/ispell-russian
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-07 21:48:22 +0000
committerjoerg <joerg>2009-07-07 21:48:22 +0000
commit66d8f0354082f13d25cddec3645e2f1cc7ad7b16 (patch)
tree129f73b9039a6251adeba1884ef54f6bbffc77b2 /textproc/ispell-russian
parenta267f67077f7d8a9ffb89faa8303fc9cb7d1cffa (diff)
downloadpkgsrc-66d8f0354082f13d25cddec3645e2f1cc7ad7b16.tar.gz
user-destdir support
Diffstat (limited to 'textproc/ispell-russian')
-rw-r--r--textproc/ispell-russian/Makefile4
-rw-r--r--textproc/ispell-russian/Makefile.common4
-rw-r--r--textproc/ispell-russian/distinfo4
-rw-r--r--textproc/ispell-russian/patches/patch-aa6
4 files changed, 11 insertions, 7 deletions
diff --git a/textproc/ispell-russian/Makefile b/textproc/ispell-russian/Makefile
index 77129668ba2..201819ec725 100644
--- a/textproc/ispell-russian/Makefile
+++ b/textproc/ispell-russian/Makefile
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2007/08/22 15:46:49 mishka Exp $
+# $NetBSD: Makefile,v 1.8 2009/07/07 21:50:16 joerg Exp $
PKGNAME= ispell-russian-${RUS_ISPELL_VERSION}
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../textproc/ispell-russian/Makefile.common"
diff --git a/textproc/ispell-russian/Makefile.common b/textproc/ispell-russian/Makefile.common
index 4ece5136ccb..340d56eb5b3 100644
--- a/textproc/ispell-russian/Makefile.common
+++ b/textproc/ispell-russian/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2008/07/15 15:36:15 mishka Exp $
+# $NetBSD: Makefile.common,v 1.6 2009/07/07 21:50:16 joerg Exp $
RUS_ISPELL_VERSION= 0.99g4
@@ -18,4 +18,6 @@ DISTINFO_FILE= ${.CURDIR}/../../textproc/ispell-russian/distinfo
WRKSRC= ${WRKDIR}
MAKE_ENV+= CAT=${CAT:Q} RM=${RM:Q} SED=${SED:Q} TR=${TR:Q} UNIQ="uniq"
+INSTALLATION_DIRS= lib
+
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ispell-russian/distinfo b/textproc/ispell-russian/distinfo
index 484a7d5785b..7237a9250c6 100644
--- a/textproc/ispell-russian/distinfo
+++ b/textproc/ispell-russian/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2007/08/22 15:24:31 mishka Exp $
+$NetBSD: distinfo,v 1.6 2009/07/07 21:50:16 joerg Exp $
SHA1 (rus-ispell-0.99g4.tar.gz) = a1f178b8e51abe812a69209f58e4f583e4e7bc39
RMD160 (rus-ispell-0.99g4.tar.gz) = 6c2d74b22c488e6372615b98c727f84011dea1be
Size (rus-ispell-0.99g4.tar.gz) = 521972 bytes
-SHA1 (patch-aa) = 6152418a092707c768ffa0112ae01c42f246415c
+SHA1 (patch-aa) = 79cf6e28c3076a324e0f5b9b1228192bc470be6e
diff --git a/textproc/ispell-russian/patches/patch-aa b/textproc/ispell-russian/patches/patch-aa
index 351bb7e7514..4b146b6a2a6 100644
--- a/textproc/ispell-russian/patches/patch-aa
+++ b/textproc/ispell-russian/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2004/01/23 15:02:07 agc Exp $
+$NetBSD: patch-aa,v 1.3 2009/07/07 21:50:17 joerg Exp $
--- Makefile.orig 2002-10-09 23:35:54.000000000 +0100
+++ Makefile 2004-01-23 14:49:03.000000000 +0000
@@ -47,8 +47,8 @@ $NetBSD: patch-aa,v 1.2 2004/01/23 15:02:07 agc Exp $
install:
- cp russian.hash russian.aff $(LIB)
-+ ${BSD_INSTALL_DATA} russian${DICTNAME}.hash ${INSTALLDIR}
-+ ${BSD_INSTALL_DATA} russian${DICTNAME}.aff ${INSTALLDIR}
++ ${BSD_INSTALL_DATA} russian${DICTNAME}.hash ${DESTDIR}${INSTALLDIR}
++ ${BSD_INSTALL_DATA} russian${DICTNAME}.aff ${DESTDIR}${INSTALLDIR}
+
+russian${DICTNAME}.hash: russian${DICTNAME}.aff russian${DICTNAME}.dict
+ ${BUILDHASH} russian${DICTNAME}.dict russian${DICTNAME}.aff $@