1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Don't create a file when ${LOCALBASE}/etc/apache2/Includes has been

removed.

PR:		92995
Submitted by:	Stefan Bethke <stb (at) lassitu.de>
This commit is contained in:
Thierry Thomas 2006-02-16 22:29:26 +00:00
parent 2b938b4917
commit d07ba9531d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156194
6 changed files with 12 additions and 12 deletions

View File

@ -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::

View File

@ -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

View File

@ -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::

View File

@ -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

View File

@ -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::

View File

@ -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