diff options
Diffstat (limited to 'textproc/aspell-english')
-rw-r--r-- | textproc/aspell-english/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/aspell-english/Makefile b/textproc/aspell-english/Makefile index 5178da76faa..1d38dc32765 100644 --- a/textproc/aspell-english/Makefile +++ b/textproc/aspell-english/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/09/11 18:42:30 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell6-en-6.0-0 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= English language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES CONFIGURE_ENV+= ASPELL=${BUILDLINK_PREFIX.aspell}/bin/aspell CONFIGURE_ENV+= PREZIP=${BUILDLINK_PREFIX.aspell}/bin/prezip-bin |