aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ispell/scripts
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2008-07-21 19:54:12 +0800
committerjmz <jmz@FreeBSD.org>2008-07-21 19:54:12 +0800
commit0c50a73fbd51bad1741234d1cfc560a3dc8c1e1e (patch)
treeaf59b0f8f763cd2d6e9330b9ccb0f64cc85f65e1 /textproc/ispell/scripts
parent436bd2f707872272500a9a3716ed0d88e924e4cc (diff)
downloadfreebsd-ports-gnome-0c50a73fbd51bad1741234d1cfc560a3dc8c1e1e.tar.gz
freebsd-ports-gnome-0c50a73fbd51bad1741234d1cfc560a3dc8c1e1e.tar.zst
freebsd-ports-gnome-0c50a73fbd51bad1741234d1cfc560a3dc8c1e1e.zip
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')
-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" ] && \