- Convert to USE_APACHE and fix install with apache 2.2

PR:		ports/97077
Reported by:	Geraint Edwards <gedge-oss@yadn.org>
This commit is contained in:
Clement Laforet 2006-05-10 20:15:35 +00:00
parent b4ebe24c7d
commit 34825e83c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162014

View File

@ -16,12 +16,12 @@ COMMENT= The mod_chroot makes running Apache in a chroot easy
PORTDOCS= INSTALL CAVEATS README.Apache20 README
AP_FAST_BUILD= YES
AP_GENPLIST= YES
USE_APACHE= 13+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>