diff options
author | netchild <netchild@FreeBSD.org> | 2006-03-18 19:14:41 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-03-18 19:14:41 +0000 |
commit | 4987bfd1571c0ed50eddb9cda1315c78f891b855 (patch) | |
tree | e7862458e29288db296614dd2b60dfd47c45e583 /mail/claws-mail/files | |
parent | bd1c72182d496b011224de3f84493b6c537a29a8 (diff) | |
download | FreeBSD-ports-4987bfd1571c0ed50eddb9cda1315c78f891b855.zip FreeBSD-ports-4987bfd1571c0ed50eddb9cda1315c78f891b855.tar.gz |
- Sylpheed Claws uses metamail to open attachments with external programs. [1]
- The extra patch isn't needed anymore. [2]
PR: 94102 [1]
Submitted by: Pawel Pekala <c0rn@o2.pl> [1]
Noticed by: piotr.smyrak@heron.pl [2]
Diffstat (limited to 'mail/claws-mail/files')
-rw-r--r-- | mail/claws-mail/files/extra-doc:Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/claws-mail/files/extra-doc:Makefile.in b/mail/claws-mail/files/extra-doc:Makefile.in deleted file mode 100644 index 7cb0b03..0000000 --- a/mail/claws-mail/files/extra-doc:Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Mon May 10 10:06:47 2004 -+++ doc/Makefile.in Mon May 10 10:07:06 2004 -@@ -257,7 +257,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --SUBDIRS = faq man manual -+SUBDIRS = man - all: all-recursive - - .SUFFIXES: |