diff options
author | netchild <netchild@FreeBSD.org> | 2004-05-10 19:50:18 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-05-10 19:50:18 +0800 |
commit | cc4d63f9263cfe8e617f0ab7324c7d0bf6a1074e (patch) | |
tree | c71865d7ce2165e30d5013ab5968dcf0f0793e9b /mail/claws-mail | |
parent | 70b3a6280d68c42ed232a475cb47b9a838a871fe (diff) | |
download | freebsd-ports-gnome-cc4d63f9263cfe8e617f0ab7324c7d0bf6a1074e.tar.gz freebsd-ports-gnome-cc4d63f9263cfe8e617f0ab7324c7d0bf6a1074e.tar.zst freebsd-ports-gnome-cc4d63f9263cfe8e617f0ab7324c7d0bf6a1074e.zip |
Fix the extra patch (NOPORTDOCS case).
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/files/extra-doc:Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/claws-mail/files/extra-doc:Makefile.in b/mail/claws-mail/files/extra-doc:Makefile.in index 9c0e66798570..7cb0b03d88ed 100644 --- a/mail/claws-mail/files/extra-doc:Makefile.in +++ b/mail/claws-mail/files/extra-doc:Makefile.in @@ -1,11 +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 @@ +--- 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 - subdir = doc - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs + all: all-recursive + + .SUFFIXES: |