diff options
author | jmz <jmz@FreeBSD.org> | 2008-07-21 00:34:49 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2008-07-21 00:34:49 +0800 |
commit | 266d1a8219342e1751610f5641665d6cce6ad8bd (patch) | |
tree | a1b6644e97e98449fe125fc3df4bbeb7c56b99c1 /textproc | |
parent | 83c78a5ab6db57eb742fb4433dea80f228f05ccc (diff) | |
download | freebsd-ports-gnome-266d1a8219342e1751610f5641665d6cce6ad8bd.tar.gz freebsd-ports-gnome-266d1a8219342e1751610f5641665d6cce6ad8bd.tar.zst freebsd-ports-gnome-266d1a8219342e1751610f5641665d6cce6ad8bd.zip |
Fix support for the danish vocabulary.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 2 | ||||
-rw-r--r-- | textproc/ispell/files/DA.patch | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 84d3436149bb..03b9af343c94 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.2.06 -PORTREVISION?= 21 +PORTREVISION?= 22 CATEGORIES+= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ \ http://distfiles.opendarwin.org/ diff --git a/textproc/ispell/files/DA.patch b/textproc/ispell/files/DA.patch index 858651347e32..a09ec105b992 100644 --- a/textproc/ispell/files/DA.patch +++ b/textproc/ispell/files/DA.patch @@ -1,8 +1,8 @@ ---- ispell-da-1.4.49/Makefile.orig Thu Apr 21 11:29:52 2005 -+++ ispell-da-1.4.49/Makefile Sun May 1 21:35:42 2005 +--- ispell-da-1.7.18/Makefile.orig Mon Feb 11 11:37:04 2008 ++++ ispell-da-1.7.18/Makefile Sun Jul 20 16:40:35 2008 @@ -9,13 +9,13 @@ lang=da - version=1.4.49 + version=1.7.18 -installdir=`ispell -vv | grep LIBDIR | cut -d'"' -f2` +installdir=`${ISPELL} -vv | grep LIBDIR | cut -d'"' -f2` |