summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2001-09-08 04:49:02 +0000
committerkuriyama <kuriyama@FreeBSD.org>2001-09-08 04:49:02 +0000
commit230102ed231fa9b825a02f77280f7b6baa0a81c4 (patch)
tree7be9e6d85e278710843101e94272f3e711a0fd77
parent94a1ac528012932b520937c421d05449e7743336 (diff)
downloadFreeBSD-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.pl7
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);
OpenPOWER on IntegriCloud