$OpenBSD: patch-doc_Makefile,v 1.5 2018/02/21 11:48:35 sthen Exp $
Index: doc/Makefile
--- doc/Makefile.orig
+++ doc/Makefile
@@ -23,7 +23,7 @@ install: $(doc)
 	$(ENABLE_DOC)install -m 755 -d $(destdir)$(htmldir)
 	$(ENABLE_DOC)install -m 644 xca*.html $(destdir)$(htmldir)
 	install -m 755 -d $(destdir)$(mandir)/man1
-	install -m 644 *.1.gz $(destdir)/$(mandir)/man1
+	install -m 644 *.1 $(destdir)/$(mandir)/man1
 
 app: xca.html
 	mkdir -p $(APPDIR)/Resources
