summaryrefslogtreecommitdiff
path: root/textproc/ispell-gaeilge
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-07 21:48:22 +0000
committerjoerg <joerg>2009-07-07 21:48:22 +0000
commit7994dc3a2e1ce16398e5142ee2cbc34bf440d45b (patch)
tree129f73b9039a6251adeba1884ef54f6bbffc77b2 /textproc/ispell-gaeilge
parent7f72f9bc7d5705571c10aad0adb9d23bd5a61eea (diff)
downloadpkgsrc-7994dc3a2e1ce16398e5142ee2cbc34bf440d45b.tar.gz
user-destdir support
Diffstat (limited to 'textproc/ispell-gaeilge')
-rw-r--r--textproc/ispell-gaeilge/Makefile6
-rw-r--r--textproc/ispell-gaeilge/distinfo4
-rw-r--r--textproc/ispell-gaeilge/patches/patch-aa17
3 files changed, 21 insertions, 6 deletions
diff --git a/textproc/ispell-gaeilge/Makefile b/textproc/ispell-gaeilge/Makefile
index f820d5533f2..ada95e50a5e 100644
--- a/textproc/ispell-gaeilge/Makefile
+++ b/textproc/ispell-gaeilge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/02/22 19:27:14 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2009/07/07 21:52:21 joerg Exp $
DISTNAME= ispell-gaeilge-2.0
CATEGORIES= textproc
@@ -8,6 +8,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://borel.slu.edu/~kps/ispell/
COMMENT= Irish language support for ispell
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
+INSTALLATION_DIRS= lib
+
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ispell-gaeilge/distinfo b/textproc/ispell-gaeilge/distinfo
index aa19c5a580e..747c91aefe0 100644
--- a/textproc/ispell-gaeilge/distinfo
+++ b/textproc/ispell-gaeilge/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 14:48:43 agc Exp $
+$NetBSD: distinfo,v 1.5 2009/07/07 21:52:21 joerg Exp $
SHA1 (ispell-gaeilge-2.0.tar.gz) = 66091937e88ceff648d5cb15752ec2a25b989ea7
RMD160 (ispell-gaeilge-2.0.tar.gz) = c9c690c617b874037cdf3c365896af68b73c1396
Size (ispell-gaeilge-2.0.tar.gz) = 267946 bytes
-SHA1 (patch-aa) = f518c1f597e2f308a0fc9559abfe3eee77ff2fce
+SHA1 (patch-aa) = 10a4043274b534610701873d867a9b2320c34075
diff --git a/textproc/ispell-gaeilge/patches/patch-aa b/textproc/ispell-gaeilge/patches/patch-aa
index 848ec68d440..6f527831287 100644
--- a/textproc/ispell-gaeilge/patches/patch-aa
+++ b/textproc/ispell-gaeilge/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.2 2002/08/01 23:10:07 jschauma Exp $
+$NetBSD: patch-aa,v 1.3 2009/07/07 21:52:21 joerg Exp $
---- Makefile.orig Wed Jul 31 12:37:34 2002
-+++ Makefile Thu Aug 1 18:54:45 2002
+--- Makefile.orig 2002-07-31 18:37:34.000000000 +0200
++++ Makefile
@@ -1,13 +1,13 @@
# Makefile ispell-gaeilge
# INSTALLATION=gaeilgemor
@@ -19,3 +19,14 @@ $NetBSD: patch-aa,v 1.2 2002/08/01 23:10:07 jschauma Exp $
# Shouldn't have to change anything below here
SHELL=/bin/sh
+@@ -172,8 +172,8 @@ sounds.txt: FORCE
+ $(ASPELL) --lang=gaeilge soundslike < aspell.txt > sounds.txt
+
+ install: $(INSTALLATION).hash
+- $(INSTALL_DATA) $(INSTALLATION).hash $(ISPELLDIR)
+- $(INSTALL_DATA) $(INSTALLATION).aff $(ISPELLDIR)
++ $(INSTALL_DATA) $(INSTALLATION).hash ${DESTDIR}$(ISPELLDIR)
++ $(INSTALL_DATA) $(INSTALLATION).aff ${DESTDIR}$(ISPELLDIR)
+
+ installall: gaeilge.hash gaeilgemor.hash
+ $(INSTALL_DATA) gaeilge.hash $(ISPELLDIR)