diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 21:58:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 21:58:38 +0000 |
commit | ade8b8decf5bcebf00248c5379b81e76c4ca6335 (patch) | |
tree | a904fb96a5393c2d78db82dd76027921ba9d852e /textproc/hunspell-de | |
parent | b340d0ed897c4435f7052533dfe84aa07d40d820 (diff) | |
download | pkgsrc-ade8b8decf5bcebf00248c5379b81e76c4ca6335.tar.gz |
user-destdir support
Diffstat (limited to 'textproc/hunspell-de')
-rw-r--r-- | textproc/hunspell-de/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/hunspell-de/Makefile b/textproc/hunspell-de/Makefile index ceac880ca46..e829d8a89e0 100644 --- a/textproc/hunspell-de/Makefile +++ b/textproc/hunspell-de/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/01/09 11:34:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/07/07 22:00:41 joerg Exp $ # DISTNAME= igerman98-20090107 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.j3e.de/ispell/igerman98/ COMMENT= German dictionaries for hunspell +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= ispell-base>=3.1.20nb1:../../textproc/ispell-base DEPENDS+= hunspell>=1.1.5:../../textproc/hunspell @@ -32,7 +34,7 @@ SUBST_MESSAGE.sed= Fixing path to sed. INSTALLATION_DIRS= share/hunspell do-install: - ${INSTALL_DATA} ${WRKSRC}/hunspell/de*aff ${PREFIX}/share/hunspell - ${INSTALL_DATA} ${WRKSRC}/hunspell/de*dic ${PREFIX}/share/hunspell + ${INSTALL_DATA} ${WRKSRC}/hunspell/de*aff ${DESTDIR}${PREFIX}/share/hunspell + ${INSTALL_DATA} ${WRKSRC}/hunspell/de*dic ${DESTDIR}${PREFIX}/share/hunspell .include "../../mk/bsd.pkg.mk" |