diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-09 15:16:52 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-09 15:16:52 +0800 |
commit | 62609e30804b1d8ab57e92e0a088d590571dcdbc (patch) | |
tree | 8e4e53801ca40f0920dcd2da1acbfa9dc9cc1ac7 /hebrew/hspell/files | |
parent | b213289a9803155962836ad737a3faaa7dcb1710 (diff) | |
download | freebsd-ports-graphics-62609e30804b1d8ab57e92e0a088d590571dcdbc.tar.gz freebsd-ports-graphics-62609e30804b1d8ab57e92e0a088d590571dcdbc.tar.zst freebsd-ports-graphics-62609e30804b1d8ab57e92e0a088d590571dcdbc.zip |
upgrade to 0.5
PR: 51960
Submitted by: maintainer
Diffstat (limited to 'hebrew/hspell/files')
-rw-r--r-- | hebrew/hspell/files/patch-Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
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 |