diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-09-08 04:49:02 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-09-08 04:49:02 +0000 |
commit | 230102ed231fa9b825a02f77280f7b6baa0a81c4 (patch) | |
tree | 7be9e6d85e278710843101e94272f3e711a0fd77 | |
parent | 94a1ac528012932b520937c421d05449e7743336 (diff) | |
download | FreeBSD-ports-230102ed231fa9b825a02f77280f7b6baa0a81c4.zip FreeBSD-ports-230102ed231fa9b825a02f77280f7b6baa0a81c4.tar.gz |
Catch up to recent -current.
Submitted by: Udo Schweigert <ust@cert.siemens.de> via dwcjr
-rw-r--r-- | textproc/sgmlformat/files/patch-sgmlfmt.pl | 7 |
1 files 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 (<infile>) { + s,\\\(ru,_,g if /^\.GET[HP]N/; ++ s,tmac\.m,m\.tmac,g; print outfile; } close(infile); |