From f8c9ef25bcfd00a08c6322cad5e2b112abb4bf24 Mon Sep 17 00:00:00 2001 From: thierry Date: Thu, 16 Feb 2006 22:29:26 +0000 Subject: Don't create a file when ${LOCALBASE}/etc/apache2/Includes has been removed. PR: 92995 Submitted by: Stefan Bethke --- mail/horde-imp/Makefile | 6 +++--- mail/horde-imp/pkg-plist | 2 +- mail/horde4-imp/Makefile | 6 +++--- mail/horde4-imp/pkg-plist | 2 +- mail/imp/Makefile | 6 +++--- mail/imp/pkg-plist | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'mail') diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile index 54440c11568a..2420d84e6d10 100644 --- a/mail/horde-imp/Makefile +++ b/mail/horde-imp/Makefile @@ -105,7 +105,7 @@ RUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION -USE_REINPLACE= yes +USE_GETTEXT= yes REINPLACE_ARGS= -i.beforeIMP DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \ @@ -158,9 +158,9 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw .endif .if ${APACHE_VERSION} >= 20 -HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes +HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/ .else -HORDE_INC= ${LOCALBASE}/etc/horde +HORDE_INC= ${LOCALBASE}/etc/horde/ .endif pre-everything:: diff --git a/mail/horde-imp/pkg-plist b/mail/horde-imp/pkg-plist index f4b7a7474b06..5d37825d02a8 100644 --- a/mail/horde-imp/pkg-plist +++ b/mail/horde-imp/pkg-plist @@ -361,7 +361,7 @@ %%IMPDIR%%/thread.php %%IMPDIR%%/view.php %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%HORDE_INC%%/httpd-imp.conf +%%HORDE_INC%%httpd-imp.conf @dirrm %%IMPDIR%%/themes/sun @dirrm %%IMPDIR%%/themes/simplex @dirrm %%IMPDIR%%/themes/postnuke diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile index 54440c11568a..2420d84e6d10 100644 --- a/mail/horde4-imp/Makefile +++ b/mail/horde4-imp/Makefile @@ -105,7 +105,7 @@ RUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION -USE_REINPLACE= yes +USE_GETTEXT= yes REINPLACE_ARGS= -i.beforeIMP DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \ @@ -158,9 +158,9 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw .endif .if ${APACHE_VERSION} >= 20 -HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes +HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/ .else -HORDE_INC= ${LOCALBASE}/etc/horde +HORDE_INC= ${LOCALBASE}/etc/horde/ .endif pre-everything:: diff --git a/mail/horde4-imp/pkg-plist b/mail/horde4-imp/pkg-plist index f4b7a7474b06..5d37825d02a8 100644 --- a/mail/horde4-imp/pkg-plist +++ b/mail/horde4-imp/pkg-plist @@ -361,7 +361,7 @@ %%IMPDIR%%/thread.php %%IMPDIR%%/view.php %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%HORDE_INC%%/httpd-imp.conf +%%HORDE_INC%%httpd-imp.conf @dirrm %%IMPDIR%%/themes/sun @dirrm %%IMPDIR%%/themes/simplex @dirrm %%IMPDIR%%/themes/postnuke diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 54440c11568a..2420d84e6d10 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -105,7 +105,7 @@ RUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION -USE_REINPLACE= yes +USE_GETTEXT= yes REINPLACE_ARGS= -i.beforeIMP DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \ @@ -158,9 +158,9 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw .endif .if ${APACHE_VERSION} >= 20 -HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes +HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/ .else -HORDE_INC= ${LOCALBASE}/etc/horde +HORDE_INC= ${LOCALBASE}/etc/horde/ .endif pre-everything:: diff --git a/mail/imp/pkg-plist b/mail/imp/pkg-plist index f4b7a7474b06..5d37825d02a8 100644 --- a/mail/imp/pkg-plist +++ b/mail/imp/pkg-plist @@ -361,7 +361,7 @@ %%IMPDIR%%/thread.php %%IMPDIR%%/view.php %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%HORDE_INC%%/httpd-imp.conf +%%HORDE_INC%%httpd-imp.conf @dirrm %%IMPDIR%%/themes/sun @dirrm %%IMPDIR%%/themes/simplex @dirrm %%IMPDIR%%/themes/postnuke -- cgit