diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:56:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:56:25 +0000 |
commit | 076bb69c87153e7217aabc94d418eb4cfb8c3bb3 (patch) | |
tree | 751d3aad75bcc89f6ed1b259ce9353070d5b41c5 /mail/faces/files/patch-cc | |
parent | Make these build in an ELF world and use MAN1 for manpages. (diff) |
One file per patch according to the guidelines.
Diffstat (limited to 'mail/faces/files/patch-cc')
-rw-r--r-- | mail/faces/files/patch-cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/faces/files/patch-cc b/mail/faces/files/patch-cc new file mode 100644 index 000000000000..7757d01f2d78 --- /dev/null +++ b/mail/faces/files/patch-cc @@ -0,0 +1,9 @@ +--- filters/xbm2ikon.orig Fri Jul 3 16:22:30 1998 ++++ filters/xbm2ikon Fri Jul 3 16:23:02 1998 +@@ -23,6 +23,5 @@ + sed -e 1,2d -e '$s/$/,/' | + tr -d '\011\012' | + tr ',' '\012' | +-sed 's/^/0x/' | + pr -l1 -t -w22 -3 -s, | + sed -e 's/$/,/' -e 's/\(0x....\)\(0x....\)\(0x....\),/\1,\2,\3,/' |