From ec47a546e888a47be8ff445c3ea33ebb06b6419e Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Sun, 8 Aug 2004 14:55:31 +0000 Subject: - Convert to use Makefile.modules.3rd --- www/mod_macro/Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'www/mod_macro/Makefile') diff --git a/www/mod_macro/Makefile b/www/mod_macro/Makefile index 5b7271a64532..a57e7b0203ba 100644 --- a/www/mod_macro/Makefile +++ b/www/mod_macro/Makefile @@ -14,16 +14,18 @@ MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ MAINTAINER= ports@FreeBSD.org COMMENT= Apache module for use macros in config files -USE_APACHE= yes +WANT_APACHE= 13 +AP_FAST_BUILD= YES +AP_GENPLIST= YES +PORTDOCS= ${PORTNAME}.html -do-build: - @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c +.include +.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" -do-install: - ${APXS} -i -A -n ${PORTNAME} ${WRKSRC}/${PORTNAME}.so +post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3