12aaddf055
Update to 3.9.4, which includes fixes for CVE-2009-2347 and CVE-2010-1411.
16 lines
610 B
Plaintext
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 \
|