ports/textproc/enchant2/patches/patch-src_Makefile_in

13 lines
323 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/Makefile.in
--- src/Makefile.in.orig
+++ src/Makefile.in
@@ -858,7 +858,7 @@ uninstall-man: uninstall-man1
2023-08-16 22:26:55 +00:00
.1.html:
- groff -mandoc -Thtml $< > $@
+ mandoc -Thtml $< > $@
enchant-@ENCHANT_MAJOR_VERSION@.1: $(builddir)/enchant.1 Makefile.am $(top_builddir)/config.status
2023-09-25 17:42:59 +00:00
cp $(abs_builddir)/enchant.1 $@