diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /textproc/aspell-danish | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/aspell-danish')
-rw-r--r-- | textproc/aspell-danish/Makefile | 6 | ||||
-rw-r--r-- | textproc/aspell-danish/distinfo | 4 | ||||
-rw-r--r-- | textproc/aspell-danish/patches/patch-aa | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/textproc/aspell-danish/Makefile b/textproc/aspell-danish/Makefile index 12d45ef4a99..3c05604b14b 100644 --- a/textproc/aspell-danish/Makefile +++ b/textproc/aspell-danish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:37 joerg Exp $ # DISTNAME= aspell-da-1.4.52 @@ -12,8 +12,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://da.speling.org/ COMMENT= Danish language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= perl REPLACE_PERL= unsq +INSTALLATION_DIRS= lib/aspell share/aspell + .include "../../textproc/aspell/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/aspell-danish/distinfo b/textproc/aspell-danish/distinfo index a3fb6de2f2d..12ea2951af0 100644 --- a/textproc/aspell-danish/distinfo +++ b/textproc/aspell-danish/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2006/01/29 01:42:27 wiz Exp $ +$NetBSD: distinfo,v 1.6 2008/06/20 01:09:37 joerg Exp $ SHA1 (aspell-da-1.4.52.tar.bz2) = e9acf2419f8ddb920cc7bb32fc1388f7bb1cfe1d RMD160 (aspell-da-1.4.52.tar.bz2) = 1ef36e81a8063afbacdc4e04e89c3c57df28b344 Size (aspell-da-1.4.52.tar.bz2) = 340624 bytes -SHA1 (patch-aa) = 49b65e8d033decd401138b597469f2962f6a3e13 +SHA1 (patch-aa) = 9b883091d82c21361efae4df88539bed7721407a diff --git a/textproc/aspell-danish/patches/patch-aa b/textproc/aspell-danish/patches/patch-aa index 7a667113ca7..d05bc7abe7f 100644 --- a/textproc/aspell-danish/patches/patch-aa +++ b/textproc/aspell-danish/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2006/01/29 01:42:27 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2008/06/20 01:09:37 joerg Exp $ --- Makefile.orig 2005-12-02 16:10:09.000000000 +0000 +++ Makefile @@ -8,8 +8,8 @@ $NetBSD: patch-aa,v 1.3 2006/01/29 01:42:27 wiz Exp $ -dictdir=`aspell dump config | grep '^\# dict-dir current: ' | cut -d' ' -f4` -datadir=`aspell dump config | grep '^\# data-dir current: ' | cut -d' ' -f4` -+dictdir=`aspell config dict-dir` -+datadir=`aspell config data-dir` ++dictdir=${DESTDIR}`aspell config dict-dir` ++datadir=${DESTDIR}`aspell config data-dir` all: $(sprog) $(sprog).dat $(sprog)_phonet.dat |