1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

- Convert to use Makefile.modules.3rd

This commit is contained in:
Clement Laforet 2004-08-08 14:55:31 +00:00
parent b9f6c52dd3
commit ec47a546e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115639
2 changed files with 9 additions and 12 deletions

View File

@ -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 <bsd.port.pre.mk>
.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 <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,5 +0,0 @@
libexec/apache/mod_macro.so
@exec %D/sbin/apxs -e -A -n macro %D/%F
@unexec %D/sbin/apxs -e -A -n macro %D/%F
%%PORTDOCS%%%%DOCSDIR%%/mod_macro.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%