ports/x11/ion/patches/patch-man_Makefile

13 lines
278 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: man/Makefile
--- man/Makefile.orig
+++ man/Makefile
@@ -25,7 +25,7 @@ ifeq ($(RELOCATABLE),1)
REL="/..."
endif
-NROFF=nroff -man -Tlatin1
+NROFF=mandoc
#FILTERCRAP=perl -p -i -e 's/.\10//g'
FILTERCRAP=$(LUA) -e 'io.write((string.gsub(io.read("*a"), ".\8", "")))'