diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-18 04:36:59 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-18 04:36:59 +0800 |
commit | 58695766d52ec0e9d5e5c4080b06e8fe4c8befe0 (patch) | |
tree | f5f0764c2c1e54f5b6b4163a0c35134f53cb066d /mail | |
parent | 551e35a8a58a121ef07cadc24f097e2abcad44bc (diff) | |
download | marcuscom-ports-58695766d52ec0e9d5e5c4080b06e8fe4c8befe0.tar.gz marcuscom-ports-58695766d52ec0e9d5e5c4080b06e8fe4c8befe0.tar.zst marcuscom-ports-58695766d52ec0e9d5e5c4080b06e8fe4c8befe0.zip |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-exchange/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution-exchange/files/patch-docs_reference_Makefile.in | 10 |
2 files changed, 12 insertions, 3 deletions
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 <bsd.port.pre.mk> 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' ; \ |