5cab5c465d
changes. Also include upstream fix for CVE-2012-1173.
16 lines
611 B
Plaintext
16 lines
611 B
Plaintext
$OpenBSD: patch-man_Makefile_in,v 1.11 2012/04/14 15:09:56 naddy Exp $
|
|
|
|
Replace .3tiff man page suffix with standard .3
|
|
|
|
--- man/Makefile.in.orig Sat Feb 18 23:02:56 2012
|
|
+++ man/Makefile.in Wed Apr 11 18:57:31 2012
|
|
@@ -408,7 +408,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 \
|