2acab2f824
- Fix installed Hungarian dictionary locating error PR: ports/131366 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
16 lines
458 B
Plaintext
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 \
|