summaryrefslogtreecommitdiff
path: root/textproc/ispell-british
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /textproc/ispell-british
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'textproc/ispell-british')
-rw-r--r--textproc/ispell-british/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ispell-british/Makefile b/textproc/ispell-british/Makefile
index 9cebd69747d..8136906faaf 100644
--- a/textproc/ispell-british/Makefile
+++ b/textproc/ispell-british/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/12/03 15:15:11 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:36 jlam Exp $
#
DISTNAME= ispell-3.2.06
@@ -25,6 +25,8 @@ WORDS= /usr/dict/words
WORDS= /usr/share/dict/words
.endif
+INSTALLATION_DIRS= lib
+
do-configure:
cd ${WRKSRC}; \
${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.samp >local.h; \