summaryrefslogtreecommitdiff
path: root/textproc/hunspell-de
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-07 21:58:38 +0000
committerjoerg <joerg>2009-07-07 21:58:38 +0000
commit6826e10a0d38b9beaca0381e23207a421f61b8fa (patch)
treea904fb96a5393c2d78db82dd76027921ba9d852e /textproc/hunspell-de
parent5dbbf784bfc01d4028208f949dd5e646eed18df1 (diff)
downloadpkgsrc-6826e10a0d38b9beaca0381e23207a421f61b8fa.tar.gz
user-destdir support
Diffstat (limited to 'textproc/hunspell-de')
-rw-r--r--textproc/hunspell-de/Makefile8
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"