diff options
author | netchild <netchild@FreeBSD.org> | 2004-04-08 16:05:40 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-04-08 16:05:40 +0000 |
commit | 372ddaa5b62fc763e6dd1109d6794da0d2934f13 (patch) | |
tree | 9293a668dc6dbfcbf8d19ca2efee0de372785d98 /mail/claws-mail/files | |
parent | 208982ea407d7f256e8414f20bcd70e59bfc1110 (diff) | |
download | FreeBSD-ports-372ddaa5b62fc763e6dd1109d6794da0d2934f13.zip FreeBSD-ports-372ddaa5b62fc763e6dd1109d6794da0d2934f13.tar.gz |
- fix NOPORTDOCS (extra patch)
- add clamav support
- use DATADIR and DOCSDIR macros in plist
- portlint
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
Diffstat (limited to 'mail/claws-mail/files')
-rw-r--r-- | mail/claws-mail/files/extra-doc:Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/claws-mail/files/extra-doc:Makefile.in b/mail/claws-mail/files/extra-doc:Makefile.in new file mode 100644 index 0000000..9c0e667 --- /dev/null +++ b/mail/claws-mail/files/extra-doc:Makefile.in @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Fri Feb 20 19:11:21 2004 ++++ doc/Makefile.in Fri Feb 20 19:11:45 2004 +@@ -224,7 +224,7 @@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +-SUBDIRS = faq man manual ++SUBDIRS = man + subdir = doc + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |