diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2008-07-20 16:34:49 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2008-07-20 16:34:49 +0000 |
commit | c039ca7f604cfadb9e04c0a5c64c633a2e139b2e (patch) | |
tree | e4e2d4871efb61c04a025ba9b48ac2ae8f6c8aa5 /textproc/ispell | |
parent | 160107251f7f1b67d4fddd9acff3f0a50ce38b9e (diff) |
Notes
Diffstat (limited to 'textproc/ispell')
-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` |