openbsd-ports/graphics/tiff/patches/patch-man_Makefile_in
naddy 12aaddf055 SECURITY:
Update to 3.9.4, which includes fixes for CVE-2009-2347 and CVE-2010-1411.
2010-06-30 17:10:07 +00:00

16 lines
610 B
Plaintext

$OpenBSD: patch-man_Makefile_in,v 1.8 2010/06/30 17:10:08 naddy Exp $
Replace .3tiff man page suffix with standard .3
--- man/Makefile.in.orig Tue Jun 15 20:58:54 2010
+++ man/Makefile.in Sat Jun 26 23:53:39 2010
@@ -406,7 +406,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 \