diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 23:05:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 23:05:55 +0000 |
commit | 41f93dd4c4e5bfedebf6924ba83e8dea82a2bab6 (patch) | |
tree | f41f6beb833447aaedba1dae7c119f585af6e27a /mail/mailfmt/files/patch-Makefile | |
parent | - update to 2.1.6 (diff) |
Add mailfmt, a python script to format mail or news messages to remove leading
quotations and wrap lines to reasonable lengths.
PR: 43876
Submitted by: Tim Daneliuk <tundra@tundraware.com>
Notes
Notes:
svn path=/head/; revision=76765
Diffstat (limited to 'mail/mailfmt/files/patch-Makefile')
-rw-r--r-- | mail/mailfmt/files/patch-Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/mailfmt/files/patch-Makefile b/mail/mailfmt/files/patch-Makefile new file mode 100644 index 000000000000..609339c9e323 --- /dev/null +++ b/mail/mailfmt/files/patch-Makefile @@ -0,0 +1,8 @@ +--- Makefile.orig Sun Mar 2 15:01:11 2003 ++++ Makefile Sun Mar 2 15:01:18 2003 +@@ -7,4 +7,4 @@ + install -c -o root -g wheel -m 755 ./mailfmt ${PREFIX}/bin + mkdir ${PREFIX}/share/doc/mailfmt + install -c -o root -g wheel -m 644 ./mailfmt.1.gz ${PREFIX}/man/man1 +- install -c -o root -g wheel -m 644 ./mailfmt-license.txt ${PREFIX}/share/doc/mailfmt ++# install -c -o root -g wheel -m 644 ./mailfmt-license.txt ${PREFIX}/share/doc/mailfmt |