summaryrefslogtreecommitdiff
path: root/textproc/ispell-polski
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-polski
parentf2f2af60fe7a87fae8a09c208c56e21421246493 (diff)
downloadpkgsrc-8fe801b054d6e3640c2e458441041c4d24c4dbc7.tar.gz
+PKG_DESTDIR_SUPPORT=user-destdir
Diffstat (limited to 'textproc/ispell-polski')
-rw-r--r--textproc/ispell-polski/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ispell-polski/Makefile b/textproc/ispell-polski/Makefile
index a4361391b15..1c37a1b64ee 100644
--- a/textproc/ispell-polski/Makefile
+++ b/textproc/ispell-polski/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/06/17 03:50:36 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2009/02/17 14:43:05 abs Exp $
#
DISTNAME= ispell-pl-20021127
@@ -13,12 +13,13 @@ COMMENT= Polish dictionary for interactive spelling checker
DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
INSTALLATION_DIRS= lib
+PKG_DESTDIR_SUPPORT= user-destdir
do-build:
cd ${WRKSRC} && ${SH} ./zbuduj.slownik.sh
do-install:
- ${INSTALL_DATA} ${WRKSRC}/polish.aff ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/polish.hash ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/polish.aff ${DESTDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/polish.hash ${DESTDIR}${PREFIX}/lib
.include "../../mk/bsd.pkg.mk"