1
0
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:
Jean-Marc Zucconi 2008-07-20 16:34:49 +00:00
parent 160107251f
commit c039ca7f60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217205
2 changed files with 4 additions and 4 deletions

View File

@ -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/

View File

@ -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`