summaryrefslogtreecommitdiff
path: root/textproc/ispell-german
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-02-17 14:43:05 +0000
committerabs <abs@pkgsrc.org>2009-02-17 14:43:05 +0000
commit8fe801b054d6e3640c2e458441041c4d24c4dbc7 (patch)
tree8f944e5932c88c1a4d7345df604bb1c837963eb8 /textproc/ispell-german
parentf2f2af60fe7a87fae8a09c208c56e21421246493 (diff)
downloadpkgsrc-8fe801b054d6e3640c2e458441041c4d24c4dbc7.tar.gz
+PKG_DESTDIR_SUPPORT=user-destdir
Diffstat (limited to 'textproc/ispell-german')
-rw-r--r--textproc/ispell-german/Makefile7
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"