diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-05 22:20:29 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-05 22:20:29 +0000 |
commit | f990cda8d4245bd98353990530b33974cc6531cc (patch) | |
tree | 965522bed48c00be68bb75a57ddb946a48c32378 /www/apache22/Makefile | |
parent | 9ec88f3bc9dfb3f15db53a156da2cef5176dee49 (diff) |
- Install check_forensic script if mod_log_forensic is enabled
PR: ports/144292
Submitted by: Dan Mahoney <danm@prime.gushi.org>
With Hat: apache@
Notes
Notes:
svn path=/head/; revision=253789
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r-- | www/apache22/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 9e982d13a10e..38e52a9dbccc 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -9,7 +9,7 @@ PORTNAME= apache PORTVERSION= 2.2.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} @@ -216,6 +216,9 @@ post-install: @${MKDIR} ${PREFIX}/etc/apache22/envvars.d @${MKDIR} ${PREFIX}/etc/apache22/Includes @${INSTALL_DATA} ${FILESDIR}/no-accf.conf ${PREFIX}/etc/apache22/Includes +.if defined(WITH_LOG_FORENSIC) + @${INSTALL_SCRIPT} ${WRKSRC}/support/check_forensic ${PREFIX}/sbin +.endif .if !defined(NOPORTDOCS) .for dir in style/lang style/xsl/util style/xsl @[ -d ${DOCSDIR}/${dir}/ ] && ${TOUCH} ${DOCSDIR}/${dir}/.keepme |