freebsd-ports/korean/hunspell/files/patch-Makefile
Thierry Thomas 9daefa8d15 Upgrade to 0.7.1.
Approved by:	maintainer time-out
2018-10-22 20:08:54 +00:00

21 lines
389 B
Text

--- Makefile.orig 2017-12-25 07:30:13 UTC
+++ Makefile
@@ -1,8 +1,8 @@
PYTHON := python3
ZIP := zip -r
-AFFIX := ko.aff
-DICT := ko.dic
+AFFIX := ko_KR.aff
+DICT := ko_KR.dic
CLEANFILES := $(AFFIX) $(DICT)
@@ -43,6 +43,6 @@ dist:: distdir $(BIN_DISTCONTENT)
rm -rf $(BIN_DISTNAME)
test:
- $(MAKE) -C tests test
+ $(GMAKE) -C tests test
.PHONY: all clean dist distdir test