diff options
author | clement <clement@FreeBSD.org> | 2005-12-04 00:18:15 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-04 00:18:15 +0000 |
commit | 8e6ecba4d16ddb8c6e68608e737e36eb80758348 (patch) | |
tree | 29bec93e92d38e45ddc182dce3cba71a49e2cbbf /www | |
parent | 2bd4d4d7e5c006f7eade851e661d16354e33b8b0 (diff) | |
download | FreeBSD-ports-8e6ecba4d16ddb8c6e68608e737e36eb80758348.zip FreeBSD-ports-8e6ecba4d16ddb8c6e68608e737e36eb80758348.tar.gz |
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus
Diffstat (limited to 'www')
43 files changed, 45 insertions, 45 deletions
diff --git a/www/Makefile b/www/Makefile index dc46a284..0003a28 100644 --- a/www/Makefile +++ b/www/Makefile @@ -27,7 +27,7 @@ SUBDIR += apache13-modssl SUBDIR += apache13-modssl+ipv6 SUBDIR += apache13-ssl - SUBDIR += apache2 + SUBDIR += apache20 SUBDIR += apache21 SUBDIR += apache22 SUBDIR += arena diff --git a/www/apache21/Makefile b/www/apache21/Makefile index cb313aa..d9eb5b7 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -144,7 +144,7 @@ WITH_PTHREAD_CFLAGS?= ${PTHREAD_CFLAGS} .include "${APACHEDIR}/Makefile.doc" .include "${APACHEDIR}/Makefile.modules" WANT_APACHE= common21 -.include "${APACHEDIR}/../apache2/Makefile.modules.3rd" +.include "${APACHEDIR}/../apache20/Makefile.modules.3rd" CONFIGURE_ARGS+= --with-mpm=${WITH_MPM:L} ${CONFIGURE_TARGET} diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile index 7d4b9d5..bb559dc 100644 --- a/www/dpsearch/Makefile +++ b/www/dpsearch/Makefile @@ -102,7 +102,7 @@ CONFIGURE_ARGS+=--enable-idn .if defined(WITH_DPSEARCH_APACHE) .if defined (WITH_APACHE2) -BUILD_DEPEND+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 +BUILD_DEPEND+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache20 .else BUILD_DEPEND+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 .endif diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile index c985bc1..de2628e 100644 --- a/www/gnome-user-share/Makefile +++ b/www/gnome-user-share/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_APACHE= yes -APACHE_PORT= www/apache2 +APACHE_PORT= www/apache20 USE_GNOME= gnomeprefix gnomehack intlhack libglade2 gconf2 USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 diff --git a/www/mod_access_identd/Makefile b/www/mod_access_identd/Makefile index bbebea2..fb26bf1 100644 --- a/www/mod_access_identd/Makefile +++ b/www/mod_access_identd/Makefile @@ -19,5 +19,5 @@ AP_FAST_BUILD= YES AP_GENPLIST= YES .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" .include <bsd.port.post.mk> diff --git a/www/mod_access_referer/Makefile b/www/mod_access_referer/Makefile index 22f31a8..cf9d3a7 100644 --- a/www/mod_access_referer/Makefile +++ b/www/mod_access_referer/Makefile @@ -27,7 +27,7 @@ AP_GENPLIST= YES PORTDOCS= HACKING LICENSE.txt ChangeLog README TODO mod_access_referer.html .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) diff --git a/www/mod_accesscookie/Makefile b/www/mod_accesscookie/Makefile index 6b76fb3..f14f6a0 100644 --- a/www/mod_accesscookie/Makefile +++ b/www/mod_accesscookie/Makefile @@ -24,7 +24,7 @@ AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient PORTDOCS= README .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/www/mod_auth_any/Makefile b/www/mod_auth_any/Makefile index 17b25e0..abaae7f 100644 --- a/www/mod_auth_any/Makefile +++ b/www/mod_auth_any/Makefile @@ -26,5 +26,5 @@ AP_INC+= . -DWITH_APACHE2=1 WANT_APACHE= 13 .endif -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" .include <bsd.port.post.mk> diff --git a/www/mod_auth_cookie_mysql/Makefile b/www/mod_auth_cookie_mysql/Makefile index b18f8d29..379cf92 100644 --- a/www/mod_auth_cookie_mysql/Makefile +++ b/www/mod_auth_cookie_mysql/Makefile @@ -26,7 +26,7 @@ AP_INC?= ${LOCALBASE}/include/mysql AP_LIB?= ${LOCALBASE}/lib/mysql -lmysqlclient -lz .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: @(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so) .if !defined(NOPORTDOCS) diff --git a/www/mod_auth_cookie_mysql2/Makefile b/www/mod_auth_cookie_mysql2/Makefile index 7ce0b63..93f1a74 100644 --- a/www/mod_auth_cookie_mysql2/Makefile +++ b/www/mod_auth_cookie_mysql2/Makefile @@ -27,7 +27,7 @@ AP_LIB?= ${LOCALBASE}/lib/mysql -lmysqlclient -lz PORTDOCS= mod_auth_cookie_mysql.html .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/www/mod_auth_external2/Makefile b/www/mod_auth_external2/Makefile index 2cd4056..3ac40ed 100644 --- a/www/mod_auth_external2/Makefile +++ b/www/mod_auth_external2/Makefile @@ -22,7 +22,7 @@ SHORTMODNAME= external_auth PORTDOCS= AUTHENTICATORS INSTALL README .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/www/mod_auth_imap/Makefile b/www/mod_auth_imap/Makefile index e2941d2..4d829c8 100644 --- a/www/mod_auth_imap/Makefile +++ b/www/mod_auth_imap/Makefile @@ -21,7 +21,7 @@ AP_GENPLIST= YES PORTDOCS= htaccess-example httpd.conf-append-example .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" .if !defined(NOPORTDOCS) post-install: diff --git a/www/mod_auth_mysql2/Makefile b/www/mod_auth_mysql2/Makefile index bf7530e..fae0df1 100644 --- a/www/mod_auth_mysql2/Makefile +++ b/www/mod_auth_mysql2/Makefile @@ -29,7 +29,7 @@ AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient PORTDOCS= INSTALL example_data.html htpasswd.sql .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} diff --git a/www/mod_auth_mysql_another/Makefile b/www/mod_auth_mysql_another/Makefile index 05bc7b5..cb09585 100644 --- a/www/mod_auth_mysql_another/Makefile +++ b/www/mod_auth_mysql_another/Makefile @@ -37,5 +37,5 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} .endif -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" .include <bsd.port.post.mk> diff --git a/www/mod_auth_pam2/Makefile b/www/mod_auth_pam2/Makefile index 584eeee..6e85135 100644 --- a/www/mod_auth_pam2/Makefile +++ b/www/mod_auth_pam2/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use PAM modules for user authentication -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 RUN_DEPENDS= ${BUILD_DEPENDS} LATEST_LINK= mod_auth_pam2 diff --git a/www/mod_auth_pgsql2/Makefile b/www/mod_auth_pgsql2/Makefile index ad523b7..1b9c10f 100644 --- a/www/mod_auth_pgsql2/Makefile +++ b/www/mod_auth_pgsql2/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use PostgreSQL databases for user authentication -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 RUN_DEPENDS= ${BUILD_DEPENDS} USE_PGSQL= yes diff --git a/www/mod_auth_useragent/Makefile b/www/mod_auth_useragent/Makefile index a7bdb66..c939fc3 100644 --- a/www/mod_auth_useragent/Makefile +++ b/www/mod_auth_useragent/Makefile @@ -20,7 +20,7 @@ AP_GENPLIST= yes PORTDOCS= README faq.html .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} diff --git a/www/mod_bw/Makefile b/www/mod_bw/Makefile index 228593b..d34f9f5 100644 --- a/www/mod_bw/Makefile +++ b/www/mod_bw/Makefile @@ -24,7 +24,7 @@ SRC_FILE= bw_mod-0.6.c PORTDOCS= APACHE2-LICENSE LICENSE bw_mod-0.6.txt .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache200/Makefile.modules.3rd" post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && \ diff --git a/www/mod_cband/Makefile b/www/mod_cband/Makefile index 92072e5..8bed17b 100644 --- a/www/mod_cband/Makefile +++ b/www/mod_cband/Makefile @@ -23,7 +23,7 @@ ALL_TARGET= # PORTDOCS= libpatricia.copyright .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/libpatricia.copyright ${DOCSDIR} diff --git a/www/mod_cfg_ldap/Makefile b/www/mod_cfg_ldap/Makefile index 79a5380..53c3695 100644 --- a/www/mod_cfg_ldap/Makefile +++ b/www/mod_cfg_ldap/Makefile @@ -29,7 +29,7 @@ PORTDOCS= AUTHORS cfg_ldap.conf ChangeLog COPYING INSTALL \ mod_cfg_ldap.schema README TODO .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined (NOPORTDOCS) diff --git a/www/mod_chroot/Makefile b/www/mod_chroot/Makefile index 146f1a7..3c7eeb3 100644 --- a/www/mod_chroot/Makefile +++ b/www/mod_chroot/Makefile @@ -18,7 +18,7 @@ AP_FAST_BUILD= YES AP_GENPLIST= YES .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/www/mod_curb/Makefile b/www/mod_curb/Makefile index 3dd83b1..30a1bcc 100644 --- a/www/mod_curb/Makefile +++ b/www/mod_curb/Makefile @@ -22,7 +22,7 @@ AP_GENPLIST= YES PORTDOCS= README .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache200/Makefile.modules.3rd" post-install: @${MKDIR} ${DOCSDIR} diff --git a/www/mod_dosevasive20/Makefile b/www/mod_dosevasive20/Makefile index 4b6a844..33fed2e 100644 --- a/www/mod_dosevasive20/Makefile +++ b/www/mod_dosevasive20/Makefile @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/mod_dosevasive PORTDOCS= LICENSE README test.pl .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-patch: @${REINPLACE_CMD} -e "s|/bin/mail|/usr/bin/mail|g" \ diff --git a/www/mod_evasive/Makefile b/www/mod_evasive/Makefile index 4b6a844..33fed2e 100644 --- a/www/mod_evasive/Makefile +++ b/www/mod_evasive/Makefile @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/mod_dosevasive PORTDOCS= LICENSE README test.pl .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-patch: @${REINPLACE_CMD} -e "s|/bin/mail|/usr/bin/mail|g" \ diff --git a/www/mod_evasive20/Makefile b/www/mod_evasive20/Makefile index 4b6a844..33fed2e 100644 --- a/www/mod_evasive20/Makefile +++ b/www/mod_evasive20/Makefile @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/mod_dosevasive PORTDOCS= LICENSE README test.pl .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-patch: @${REINPLACE_CMD} -e "s|/bin/mail|/usr/bin/mail|g" \ diff --git a/www/mod_injection/Makefile b/www/mod_injection/Makefile index cd963f6..44a6a71 100644 --- a/www/mod_injection/Makefile +++ b/www/mod_injection/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://pmade.org/distfiles/oss-releases/ MAINTAINER= apache@FreeBSD.org COMMENT= Injects text in the HTTP response after a HTML tag -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 RUN_DEPENDS= ${BUILD_DEPENDS} APXS?= ${LOCALBASE}/sbin/apxs diff --git a/www/mod_log_config-st/Makefile b/www/mod_log_config-st/Makefile index f9a335e..9f5b579 100644 --- a/www/mod_log_config-st/Makefile +++ b/www/mod_log_config-st/Makefile @@ -23,7 +23,7 @@ SHORTMODNAME= log_config MODULENAME= mod_log_config-st .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/www/mod_log_mysql/Makefile b/www/mod_log_mysql/Makefile index 00c8753..6006732 100644 --- a/www/mod_log_mysql/Makefile +++ b/www/mod_log_mysql/Makefile @@ -26,5 +26,5 @@ AP_INC+= ${LOCALBASE}/include/mysql AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" .include <bsd.port.post.mk> diff --git a/www/mod_log_sql2/Makefile b/www/mod_log_sql2/Makefile index 4f8444e..3de3a55 100644 --- a/www/mod_log_sql2/Makefile +++ b/www/mod_log_sql2/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql" CONFIGURE_ARGS+= --with-dbi=${LOCALBASE} LIB_DEPENDS+= dbi.0:${PORTSDIR}/databases/libdbi .endif -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" . if ${AP_VER} == 13 WITHOUT_SSL= YES . endif diff --git a/www/mod_macro/Makefile b/www/mod_macro/Makefile index 87548fd..6cf88a0 100644 --- a/www/mod_macro/Makefile +++ b/www/mod_macro/Makefile @@ -20,7 +20,7 @@ AP_GENPLIST= YES PORTDOCS= ${PORTNAME}.html .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) diff --git a/www/mod_macro2/Makefile b/www/mod_macro2/Makefile index a541ff1..f3b9297 100644 --- a/www/mod_macro2/Makefile +++ b/www/mod_macro2/Makefile @@ -20,7 +20,7 @@ AP_GENPLIST= YES PORTDOCS= ${PORTNAME}.html .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index 5b76f73..31b104b 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -31,7 +31,7 @@ WRKSRC= ${WRKDIR}/libapache-mod-musicindex-${PORTVERSION} SUB_FILES= pkg-message .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" MAKE_ENV+= APXS=${APXS} CPPFLAGS="${CPPFLAGS}" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/www/mod_rpaf/Makefile b/www/mod_rpaf/Makefile index 1a19a4f..5f62474 100644 --- a/www/mod_rpaf/Makefile +++ b/www/mod_rpaf/Makefile @@ -20,5 +20,5 @@ AP2_SRC_FILE= mod_rpaf-2.0.c AP2_PKGNAMESUFFIX= -ap2 .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" .include <bsd.port.post.mk> diff --git a/www/mod_tidy/Makefile b/www/mod_tidy/Makefile index 293fa92..31dffb9 100644 --- a/www/mod_tidy/Makefile +++ b/www/mod_tidy/Makefile @@ -26,7 +26,7 @@ PLIST_FILES= ${DOCSDIR:S/${PREFIX}\///}/LICENSE PLIST_DIRS= ${DOCSDIR:S/${PREFIX}\///} .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: @${MKDIR} ${DOCSDIR} diff --git a/www/mod_traf_thief/Makefile b/www/mod_traf_thief/Makefile index a4c877d..58923d4 100644 --- a/www/mod_traf_thief/Makefile +++ b/www/mod_traf_thief/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Allows you to redirect part of the traffic to your url -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 RUN_DEPENDS= ${BUILD_DEPENDS} RESTRICTED= No licence diff --git a/www/mod_transform/Makefile b/www/mod_transform/Makefile index b902ae7..71e771e 100644 --- a/www/mod_transform/Makefile +++ b/www/mod_transform/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://www.outoforder.cc/downloads/mod_transform/ MAINTAINER= stan@stormier.net COMMENT= An XSLT and XIncludes Filter module for Apache 2.0 -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 +RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache200 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache200 HAS_CONFIGURE= yes USE_GNOME= libxslt diff --git a/www/mod_v2h/Makefile b/www/mod_v2h/Makefile index af3296a..19b6909 100644 --- a/www/mod_v2h/Makefile +++ b/www/mod_v2h/Makefile @@ -14,9 +14,9 @@ DISTNAME= mod_v2h MAINTAINER= apache@FreeBSD.org COMMENT= A mass virtual hosting module for Apache with support -BUILD_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \ +BUILD_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache200 \ ${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql323-client -RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \ +RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache200 \ ${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql323-client WRKSRC= ${WRKDIR}/${DISTNAME}-2 diff --git a/www/mod_vdbh/Makefile b/www/mod_vdbh/Makefile index f3d3962..6bb500b 100644 --- a/www/mod_vdbh/Makefile +++ b/www/mod_vdbh/Makefile @@ -26,7 +26,7 @@ AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient PORTDOCS= AUTHORS README TODO .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined (NOPORTDOCS) diff --git a/www/mod_vhost_ldap/Makefile b/www/mod_vhost_ldap/Makefile index 386c850..3b19e4e 100644 --- a/www/mod_vhost_ldap/Makefile +++ b/www/mod_vhost_ldap/Makefile @@ -31,7 +31,7 @@ IGNORE= Requires support of LDAP in apache 2.0.x port .endif .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache200/Makefile.modules.3rd" post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index 93033c5..598bdc3 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -38,7 +38,7 @@ PORTDOCS= ChangeLog AUTHORS README.logs README.wildcards WARNING \ WARNING.THREADS README.phpopt .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined (NOPORTDOCS) diff --git a/www/resin2/Makefile b/www/resin2/Makefile index a0d9366..729a125 100644 --- a/www/resin2/Makefile +++ b/www/resin2/Makefile @@ -71,7 +71,7 @@ PLIST_SUB+= APACHE="" # # Apache 2 # -BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/www/apache2 +BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/www/apache20 CONFIGURE_ARGS+= --with-apxs=${APXS} PLIST_SUB+= MOD_DIR=libexec/apache2 # Allow apxs invocations diff --git a/www/resin3/Makefile b/www/resin3/Makefile index db8ea5f..573ba90 100644 --- a/www/resin3/Makefile +++ b/www/resin3/Makefile @@ -74,7 +74,7 @@ PLIST_SUB+= APACHE="" # # Apache 2 # -BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/www/apache2 +BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/www/apache20 CONFIGURE_ARGS+= --with-apxs=${APXS} PLIST_SUB+= MOD_DIR=libexec/apache2 # Allow apxs invocations diff --git a/www/suphp/Makefile b/www/suphp/Makefile index 4d715d3..4bb44e4 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --with-setid-mode=${WITH_SETID_MODE} .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/apache2/apr.h) || defined(WITH_APACHE2) -APACHE_PORT= www/apache2 +APACHE_PORT= www/apache20 PLIST_SUB+= MODULEDIR="libexec/apache2/" .else PLIST_SUB+= MODULEDIR="libexec/apache/" |