summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution-exchange/Makefile5
-rw-r--r--mail/evolution-exchange/files/patch-docs_reference_Makefile.in10
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' ; \