summaryrefslogtreecommitdiff
path: root/textproc/ispell/scripts/configure
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-06 02:13:04 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-06 02:13:04 +0000
commitfbb178ba95eb7dbf694cda1b32a78b5f51142325 (patch)
treeed088fc32bef6e8689f9b231eee266db8e8f92b6 /textproc/ispell/scripts/configure
parentMprof 3.0 --- a memory allocation profiler and leak detector. (diff)
Jean-Marc Zucconi's ispell port.
Submitted by: jmz
Notes
Notes: svn path=/head/; revision=322
Diffstat (limited to '')
-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;