mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Fix support for the danish vocabulary.
This commit is contained in:
parent
160107251f
commit
c039ca7f60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217205
@ -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/
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user