diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /textproc/aspell-czech | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/aspell-czech')
-rw-r--r-- | textproc/aspell-czech/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/aspell-czech/Makefile b/textproc/aspell-czech/Makefile index 27e395bd182..bb0f91fc3af 100644 --- a/textproc/aspell-czech/Makefile +++ b/textproc/aspell-czech/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/06 06:22:48 reed Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell6-cs-20040614-1 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Czech language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + # earlier versions core-dumped on the input BUILDLINK_API_DEPENDS.aspell+= aspell>=0.60.2nb1 |