- Fix future INDEX build failure

Reported by:		FreshPorts Sanity Daemon
Special thanks to:	dvl
This commit is contained in:
Clement Laforet 2005-12-04 00:44:14 +00:00
parent f10997384d
commit 9800e50554
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150332
3 changed files with 3 additions and 3 deletions

View file

@ -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/apache200/Makefile.modules.3rd"
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && \

View file

@ -22,7 +22,7 @@ AP_GENPLIST= YES
PORTDOCS= README
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache200/Makefile.modules.3rd"
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
@${MKDIR} ${DOCSDIR}

View file

@ -31,7 +31,7 @@ IGNORE= Requires support of LDAP in apache 2.0.x port
.endif
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache200/Makefile.modules.3rd"
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}