diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-12-01 20:15:50 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-12-01 20:15:50 +0000 |
commit | e391646682b09eab90b2484229f7dfc4d4607805 (patch) | |
tree | f084c5ab1d2dbd74f92509a5d1392fdc71b07cff /hebrew/hspell/files | |
parent | d84e0775bba1e68c85f1d34aa90ee80c4801639d (diff) | |
download | ports-e391646682b09eab90b2484229f7dfc4d4607805.tar.gz ports-e391646682b09eab90b2484229f7dfc4d4607805.zip |
Update to 0.8
PR: 74579
Submitted by: Yonatan <onatan@gmail.com>
Notes
Notes:
svn path=/head/; revision=122920
Diffstat (limited to 'hebrew/hspell/files')
-rw-r--r-- | hebrew/hspell/files/patch-Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/hebrew/hspell/files/patch-Makefile b/hebrew/hspell/files/patch-Makefile deleted file mode 100644 index 5e00f5cbdf30..000000000000 --- a/hebrew/hspell/files/patch-Makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.orig Wed Aug 6 11:51:16 2003 -+++ Makefile Wed Aug 6 11:51:47 2003 -@@ -14,10 +14,10 @@ - - # build and installation paths - DESTDIR = --PREFIX = /usr/local -+PREFIX ?= /usr/local - BIN = $(PREFIX)/bin - SHARE = $(PREFIX)/share/hspell --LIBEXEC = $(PREFIX)/lib/hspell -+LIBEXEC = $(PREFIX)/libexec/hspell - MAN1 = $(PREFIX)/man/man1 - - all: cfrontend -@@ -59,8 +59,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 --LDFLAGS=-s -+CFLAGS?=-O -+LDFLAGS?=-s - wunzip: - - # experimental, not currently in use: |