From 58695766d52ec0e9d5e5c4080b06e8fe4c8befe0 Mon Sep 17 00:00:00 2001 From: mezz Date: Fri, 17 Mar 2006 20:36:59 +0000 Subject: Add a patch to disable create a empty directory, share/doc/ximian-connector, to fix the plist in the tinderbox. A bump is not need, since it won't make any difference as it is not in plist. It has to be done by manual 'rm -rf ${PREFIX}/share/doc/ximian-connector' to remove it. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5970 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution-exchange/Makefile | 5 ++--- mail/evolution-exchange/files/patch-docs_reference_Makefile.in | 10 ++++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 mail/evolution-exchange/files/patch-docs_reference_Makefile.in (limited to 'mail') diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 76c30a73f..9678ad0bf 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.55 2006/03/13 19:31:42 mezz Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.56 2006/03/14 00:49:14 marcus Exp $ # PORTNAME= evolution-exchange @@ -33,8 +33,7 @@ CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --disable-compile-warnings EVO_VERSION= 2.6 -PLIST_SUB= VERSION="2.6" EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" \ - OLDDOCSDIR="share/doc/ximian-connector" +PLIST_SUB= VERSION="2.6" EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" .include diff --git a/mail/evolution-exchange/files/patch-docs_reference_Makefile.in b/mail/evolution-exchange/files/patch-docs_reference_Makefile.in new file mode 100644 index 000000000..802bf2eb1 --- /dev/null +++ b/mail/evolution-exchange/files/patch-docs_reference_Makefile.in @@ -0,0 +1,10 @@ +--- docs/reference/Makefile.in.orig Fri Mar 17 14:29:38 2006 ++++ docs/reference/Makefile.in Fri Mar 17 14:30:02 2006 +@@ -575,7 +575,6 @@ + cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + + install-data-local: +- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) + (installfiles=`echo $(srcdir)/html/*`; \ + if test "$$installfiles" = '$(srcdir)/html/*'; \ + then echo '-- Nothing to install' ; \ -- cgit