$OpenBSD: patch-man_Makefile_in,v 1.16 2016/11/29 20:00:35 naddy Exp $

Replace .3tiff man page suffix with standard .3

--- man/Makefile.in.orig	Sat Nov 19 18:40:22 2016
+++ man/Makefile.in	Thu Nov 24 21:44:23 2016
@@ -498,7 +498,7 @@ install-man3: $(dist_man3_MANS)
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 	  echo "$$d$$p"; echo "$$p"; \
 	done | \
-	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
+	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^.[0-9a-z]*$$,3,;x' \
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 	sed 'N;N;s,\n, ,g' | { \
 	list=; while read file base inst; do \
