diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 168a3246f0e3c46b0ef3b5dcf5d18607cff1583f (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /textproc/aspell-english | |
parent | 63309a20a533bc79929c9bd5b3bf872561762300 (diff) | |
download | pkgsrc-168a3246f0e3c46b0ef3b5dcf5d18607cff1583f.tar.gz |
Add DESTDIR support.
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 |