diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:10:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:10:12 +0000 |
commit | ecf11e810f2c623cc9f6e0f52ddace35848e20cd (patch) | |
tree | f91ab1237c144bd44246bd7ac96d45345c068008 /textproc/ispell/files/SE.patch | |
parent | - Stage support (diff) |
Remove ispell which is deprecated for long, consider using aspell instead or the aspell-ispell wrapper
french/ispell
german/ispell
german/ispell-alt
german/ispell-neu
hungarian/ispell
polish/ispell
portuguese/ispell-pt_BR
russian/rus-ispell
textproc/british-ispell
textproc/es-ispell
textproc/ispell
textproc/it-ispell
textproc/nl-ispell
textproc/sk-ispell
ukrainian/ispell
Diffstat (limited to 'textproc/ispell/files/SE.patch')
-rw-r--r-- | textproc/ispell/files/SE.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/textproc/ispell/files/SE.patch b/textproc/ispell/files/SE.patch deleted file mode 100644 index 75d9bd56041b..000000000000 --- a/textproc/ispell/files/SE.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- iswedish-1.2.1/Makefile.orig Fri Dec 31 11:32:49 1999 -+++ iswedish-1.2.1/Makefile Fri Dec 31 11:33:14 1999 -@@ -1,4 +1,5 @@ - installdir=/usr/lib/ispell -+BUILDHASH=../ispell-3.1/buildhash - - all: svenska.hash - -@@ -7,7 +8,7 @@ - install -o root -g root -m 0644 svenska.aff $(installdir) - - svenska.hash: svenska.aff svenska.datalista -- buildhash svenska.datalista svenska.aff svenska.hash -+ ${BUILDHASH} svenska.datalista svenska.aff svenska.hash - - clean: - rm -f svenska.datalista.stat svenska.hash svenska.datalista.cnt *~ |