freebsd-ports/hungarian/hunspell/patch-src_tools_Makefile.in
Gabor Kovesdan 2acab2f824 - Update to 1.2.8
- Fix installed Hungarian dictionary locating error

PR:		ports/131366
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2009-02-08 15:46:37 +00:00

16 lines
458 B
Plaintext

$FreeBSD$
--- src/tools/Makefile.in.orig
+++ src/tools/Makefile.in
@@ -35,8 +35,7 @@
host_triplet = @host@
target_triplet = @target@
bin_PROGRAMS = analyze$(EXEEXT) chmorph$(EXEEXT) example$(EXEEXT) \
- hunspell$(EXEEXT) munch$(EXEEXT) unmunch$(EXEEXT) \
- hzip$(EXEEXT) hunzip$(EXEEXT)
+ hunspell$(EXEEXT) munch$(EXEEXT) unmunch$(EXEEXT)
noinst_PROGRAMS = example$(EXEEXT)
subdir = src/tools
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \