From 230102ed231fa9b825a02f77280f7b6baa0a81c4 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Sat, 8 Sep 2001 04:49:02 +0000 Subject: Catch up to recent -current. Submitted by: Udo Schweigert via dwcjr --- textproc/sgmlformat/files/patch-sgmlfmt.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/sgmlformat/files/patch-sgmlfmt.pl b/textproc/sgmlformat/files/patch-sgmlfmt.pl index 2970292..690b240 100644 --- a/textproc/sgmlformat/files/patch-sgmlfmt.pl +++ b/textproc/sgmlformat/files/patch-sgmlfmt.pl @@ -1,10 +1,11 @@ ---- sgmlfmt/sgmlfmt.pl.orig Tue Sep 15 23:05:47 1998 -+++ sgmlfmt/sgmlfmt.pl Thu Jun 14 15:37:50 2001 -@@ -151,19 +151,14 @@ +--- sgmlfmt/sgmlfmt.pl.orig Tue Sep 15 21:05:47 1998 ++++ sgmlfmt/sgmlfmt.pl Tue Sep 4 15:27:32 2001 +@@ -151,19 +151,15 @@ open (outfile, ">$fileroot.trf"); &sgmlparse(infile, "roff"); while () { + s,\\\(ru,_,g if /^\.GET[HP]N/; ++ s,tmac\.m,m\.tmac,g; print outfile; } close(infile); -- cgit v1.1