From 62609e30804b1d8ab57e92e0a088d590571dcdbc Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 9 May 2003 07:16:52 +0000 Subject: upgrade to 0.5 PR: 51960 Submitted by: maintainer --- hebrew/hspell/files/patch-Makefile | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'hebrew/hspell/files') diff --git a/hebrew/hspell/files/patch-Makefile b/hebrew/hspell/files/patch-Makefile index c3c94b48ec5..e1604f46508 100644 --- a/hebrew/hspell/files/patch-Makefile +++ b/hebrew/hspell/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Sat Mar 8 15:17:03 2003 -+++ Makefile Wed Apr 2 03:07:35 2003 -@@ -14,7 +14,7 @@ +--- Makefile.orig Thu May 8 13:16:35 2003 ++++ Makefile Thu May 8 13:17:36 2003 +@@ -14,10 +14,10 @@ # build and installation paths DESTDIR = @@ -8,9 +8,13 @@ +PREFIX ?= /usr/local BIN = $(PREFIX)/bin SHARE = $(PREFIX)/share/hspell - LIBEXEC = $(PREFIX)/lib/hspell -@@ -42,8 +42,8 @@ - sed 's+^my @dictionaries=.*$$+my @dictionaries=("zcat $(SHARE)/wordlist.wgz|$(LIBEXEC)/wunzip|");+; s+my @likelyerror.*$$+my @likelyerror_dictionaries=("$(SHARE)/likelyerrors");+; s+@spellinghints_dictionaries=("spellinghints")+@spellinghints_dictionaries=("$(SHARE)/spellinghints")+' < hspell.pl > $@ +-LIBEXEC = $(PREFIX)/lib/hspell ++LIBEXEC = $(PREFIX)/libexec/hspell + MAN1 = $(PREFIX)/man/man1 + + +@@ -51,8 +51,8 @@ + sed 's+^my @dictionaries=.*$$+my @dictionaries=("gzip -dc $(SHARE)/wordlist.wgz|$(LIBEXEC)/wunzip|");+; s+my @likelyerror.*$$+my @likelyerror_dictionaries=("$(SHARE)/likelyerrors");+; s+@spellinghints_dictionaries=("spellinghints")+@spellinghints_dictionaries=("$(SHARE)/spellinghints")+' < hspell.pl > $@ chmod 755 $@ -CFLAGS=-O -- cgit