diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-09-08 04:49:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-09-08 04:49:02 +0000 |
commit | 4338965792bc1099a1624f5b267470d8d8ee8055 (patch) | |
tree | 5509bedb10b56b00adb66bed682e27f90ba7ab6e /textproc/sgmlformat | |
parent | c3d60af06aa93c1e8e26c07e38b93b2e78313f2f (diff) | |
download | ports-4338965792bc1099a1624f5b267470d8d8ee8055.tar.gz ports-4338965792bc1099a1624f5b267470d8d8ee8055.zip |
Notes
Diffstat (limited to 'textproc/sgmlformat')
-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 2970292586af..690b240304d8 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); |