summaryrefslogtreecommitdiff
path: root/textproc/ispell/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ispell/scripts/configure')
-rw-r--r--textproc/ispell/scripts/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure
new file mode 100644
index 000000000000..d4207ea04b80
--- /dev/null
+++ b/textproc/ispell/scripts/configure
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+cd $WRKSRC || exit 1;
+
+sed -e s:/usr/local:$PREFIX: <local.h.samp >local.h || exit 1;
+echo '#define LANGUAGES "{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/share/dict/words}"' >>local.h ||exit 1;
+
+exit 0;