diff options
Diffstat (limited to 'textproc/ispell-german/Makefile')
-rw-r--r-- | textproc/ispell-german/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ispell-german/Makefile b/textproc/ispell-german/Makefile index 1bba1d7c71d..7b612a48a05 100644 --- a/textproc/ispell-german/Makefile +++ b/textproc/ispell-german/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/11/10 18:15:05 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2009/02/17 14:43:05 abs Exp $ # DISTNAME= igerman98-20081106 @@ -19,9 +19,10 @@ REPLACE_PERL= bin/dic2iso.pl bin/grepl bin/sq.pl bin/myspellfixprefix.pl \ bin/clear_affix.pl bin/unsq.pl bin/uniqflag.pl INSTALLATION_DIRS= lib +PKG_DESTDIR_SUPPORT= user-destdir do-install: - ${INSTALL_DATA} ${WRKSRC}/ispell/*.aff ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/ispell/*.hash ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/ispell/*.aff ${DESTDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/ispell/*.hash ${DESTDIR}${PREFIX}/lib .include "../../mk/bsd.pkg.mk" |