summaryrefslogtreecommitdiff
path: root/textproc/ispell/scripts/configure
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2008-07-21 11:54:12 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2008-07-21 11:54:12 +0000
commit590818478446e601f04b61fc883b670577966a5c (patch)
treeea1a513949245ef25ba2535beda95f77664c84e5 /textproc/ispell/scripts/configure
parent- Roll back the last patch removed by mistake and remove the correct patch. (diff)
Update to version 3.3.02.
Update the URL for the italian dictionary. PR: ports/125267: Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Diffstat (limited to 'textproc/ispell/scripts/configure')
-rw-r--r--textproc/ispell/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure
index e467f423210a..b66bf783db06 100644
--- a/textproc/ispell/scripts/configure
+++ b/textproc/ispell/scripts/configure
@@ -12,7 +12,7 @@ if [ ! -f /usr/share/dict/words ]; then
fi
cd $WRKSRC || exit 1;
-sed -e s:/usr/local:$PREFIX: <local.h.samp >local.h || exit 1;
+sed -e s:/usr/local:$PREFIX: <local.h.bsd >local.h || exit 1;
echo "#undef NO8BIT" >> local.h
if [ ! -z "ISPELL_INCLAMERICAN" ] && \